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