state property

  1. @JsonKey(name: 'state', includeIfNull: false, toJson: accountStateToJson, fromJson: accountStateFromJson)
AccountState? state
getter/setter pair

Implementation

@JsonKey(
    name: 'state',
    includeIfNull: false,
    toJson: accountStateToJson,
    fromJson: accountStateFromJson)
AccountState? state;