confirmed property

  1. @JsonKey(fromJson: fromGraphQLListUserEmailToDartListUserEmail, toJson: fromDartListUserEmailToGraphQLListUserEmail)
List<UserEmail> confirmed
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLListUserEmailToDartListUserEmail,
  toJson: fromDartListUserEmailToGraphQLListUserEmail,
)
late List<UserEmail> confirmed;