Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin constructor

Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin({
  1. required String id,
  2. required String name,
  3. Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$picture? picture,
  4. Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$unitValue? unitValue,
  5. String? code,
  6. Enum$CoinCategoryEnum? category,
  7. Enum$CoinHandleEnum? handle,
  8. String $__typename = 'CoinType',
})

Implementation

Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin({
  required this.id,
  required this.name,
  this.picture,
  this.unitValue,
  this.code,
  this.category,
  this.handle,
  this.$__typename = 'CoinType',
});