email property

  1. @JsonKey(fromJson: fromGraphQLUserEmailNullableToDartUserEmailNullable, toJson: fromDartUserEmailNullableToGraphQLUserEmailNullable)
UserEmail? email
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLUserEmailNullableToDartUserEmailNullable,
    toJson: fromDartUserEmailNullableToGraphQLUserEmailNullable)
UserEmail? email;