Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture constructor

Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture({
  1. String? baseUrl,
  2. String? path,
  3. int? width,
  4. int? height,
  5. int? x,
  6. int? y,
  7. String? alt,
  8. String $__typename = 'PictureType',
})

Implementation

Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture({
  this.baseUrl,
  this.path,
  this.width,
  this.height,
  this.x,
  this.y,
  this.alt,
  this.$__typename = 'PictureType',
});