Query$getLastReferral$getLastReferral$remuneration$referred$quantitative$wallet$coin$unitValue$currency constructor

Query$getLastReferral$getLastReferral$remuneration$referred$quantitative$wallet$coin$unitValue$currency({
  1. required String id,
  2. required String name,
  3. String? code,
  4. String? symbol,
  5. String $__typename = 'CurrencyType',
})

Implementation

Query$getLastReferral$getLastReferral$remuneration$referred$quantitative$wallet$coin$unitValue$currency({
  required this.id,
  required this.name,
  this.code,
  this.symbol,
  this.$__typename = 'CurrencyType',
});