action property

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

Implementation

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