Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$phone constructor

Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$phone({
  1. String? number,
  2. bool? isValid,
  3. String? countryCode,
  4. int? validationNumber,
})

Implementation

Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$phone({
  this.number,
  this.isValid,
  this.countryCode,
  this.validationNumber,
});