homeownerConsentActionV2NullableToJson function

String? homeownerConsentActionV2NullableToJson(
  1. HomeownerConsentActionV2? homeownerConsentActionV2
)

Implementation

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