homeownerConsentAction property
- @JsonKey(name: 'homeownerConsentAction', toJson: homeownerConsentActionDTONullableToJson, fromJson: homeownerConsentActionDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'homeownerConsentAction',
toJson: homeownerConsentActionDTONullableToJson,
fromJson: homeownerConsentActionDTONullableFromJson,
)
final enums.HomeownerConsentActionDTO? homeownerConsentAction;