homeownerConsentActionV2ToJson function

String? homeownerConsentActionV2ToJson(
  1. HomeownerConsentActionV2 homeownerConsentActionV2
)

Implementation

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