homeownerConsentAction property

  1. @JsonKey(name: 'homeownerConsentAction', toJson: homeownerConsentActionV2NullableToJson, fromJson: homeownerConsentActionV2NullableFromJson)
HomeownerConsentActionV2? homeownerConsentAction
final

Implementation

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