Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency.fromJson constructor

Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency.fromJson(
    Map<String, dynamic> json) {
  final l$id = json['id'];
  final l$name = json['name'];
  final l$code = json['code'];
  final l$symbol = json['symbol'];
  return Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency(
    id: (l$id as String),
    name: (l$name as String),
    code: (l$code as String?),
    symbol: (l$symbol as String?),
  );
}