homeownerConsentActionV2ExplodedListToJson function
- List<
HomeownerConsentActionV2> ? homeownerConsentActionV2
Implementation
String homeownerConsentActionV2ExplodedListToJson(
List<enums.HomeownerConsentActionV2>? homeownerConsentActionV2) {
return homeownerConsentActionV2?.map((e) => e.value!).join(',') ?? '';
}