unconfirmed property
- @JsonKey(fromJson: fromGraphQLUserEmailNullableToDartUserEmailNullable, toJson: fromDartUserEmailNullableToGraphQLUserEmailNullable)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLUserEmailNullableToDartUserEmailNullable,
toJson: fromDartUserEmailNullableToGraphQLUserEmailNullable)
UserEmail? unconfirmed;