email property

  1. @JsonKey(fromJson: fromGraphQLUserEmailToDartUserEmail, toJson: fromDartUserEmailToGraphQLUserEmail)
UserEmail email
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLUserEmailToDartUserEmail,
  toJson: fromDartUserEmailToGraphQLUserEmail,
)
late UserEmail email;