homeownerSortDTONullableToJson function
- HomeownerSortDTO? homeownerSortDTO
Implementation
String? homeownerSortDTONullableToJson(
enums.HomeownerSortDTO? homeownerSortDTO) {
return homeownerSortDTO?.value;
}
String? homeownerSortDTONullableToJson(
enums.HomeownerSortDTO? homeownerSortDTO) {
return homeownerSortDTO?.value;
}