Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone constructor

Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone({
  1. String? number,
  2. bool? isValid,
  3. String? countryCode,
  4. int? validationNumber,
  5. String $__typename = 'PhoneType',
})

Implementation

Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone({
  this.number,
  this.isValid,
  this.countryCode,
  this.validationNumber,
  this.$__typename = 'PhoneType',
});