homeownerConsentActionDTOToJson function

String? homeownerConsentActionDTOToJson(
  1. HomeownerConsentActionDTO homeownerConsentActionDTO
)

Implementation

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