Query$challenge.fromJson constructor
Implementation
factory Query$challenge.fromJson(Map<String, dynamic> json) {
final l$challenge = json['challenge'];
return Query$challenge(
challenge: Query$challenge$challenge.fromJson(
(l$challenge as Map<String, dynamic>)));
}