confirmed property
- @JsonKey(fromJson: fromGraphQLListUserEmailToDartListUserEmail, toJson: fromDartListUserEmailToGraphQLListUserEmail)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLListUserEmailToDartListUserEmail,
toJson: fromDartListUserEmailToGraphQLListUserEmail)
late List<UserEmail> confirmed;