homeownerConsentAction property

  1. @JsonKey(name: 'homeownerConsentAction', toJson: homeownerConsentActionDTONullableToJson, fromJson: homeownerConsentActionDTONullableFromJson)
HomeownerConsentActionDTO? homeownerConsentAction
final

Implementation

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