homeownerConsentActionV2ToJson function
- HomeownerConsentActionV2 homeownerConsentActionV2
Implementation
String? homeownerConsentActionV2ToJson(
enums.HomeownerConsentActionV2 homeownerConsentActionV2) {
return homeownerConsentActionV2.value;
}