homeownerConsentActionDTONullableToJson function

String? homeownerConsentActionDTONullableToJson(
  1. HomeownerConsentActionDTO? homeownerConsentActionDTO
)

Implementation

String? homeownerConsentActionDTONullableToJson(
    enums.HomeownerConsentActionDTO? homeownerConsentActionDTO) {
  return homeownerConsentActionDTO?.value;
}