homeownerConsentAction property
- @JsonKey(name: 'homeownerConsentAction', toJson: homeownerConsentActionV2NullableToJson, fromJson: homeownerConsentActionV2NullableFromJson)
final
Implementation
@JsonKey(
name: 'homeownerConsentAction',
toJson: homeownerConsentActionV2NullableToJson,
fromJson: homeownerConsentActionV2NullableFromJson,
)
final enums.HomeownerConsentActionV2? homeownerConsentAction;