Query$challenge$challenge$media$pictures constructor

Query$challenge$challenge$media$pictures({
  1. String? baseUrl,
  2. String? path,
  3. int? width,
  4. int? height,
  5. int? x,
  6. int? y,
  7. String? alt,
})

Implementation

Query$challenge$challenge$media$pictures({
  this.baseUrl,
  this.path,
  this.width,
  this.height,
  this.x,
  this.y,
  this.alt,
});