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