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