email property
- @JsonKey(fromJson: fromGraphQLUserEmailToDartUserEmail, toJson: fromDartUserEmailToGraphQLUserEmail)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLUserEmailToDartUserEmail,
toJson: fromDartUserEmailToGraphQLUserEmail)
late UserEmail email;