Query$challenge constructor

Query$challenge({
  1. required Query$challenge$challenge challenge,
  2. String $__typename = 'Query',
})

Implementation

Query$challenge({
  required this.challenge,
  this.$__typename = 'Query',
});