Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin constructor
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin({
- required String id,
- required String name,
- Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$picture? picture,
- Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$unitValue? unitValue,
- String? code,
- Enum$CoinCategoryEnum? category,
- Enum$CoinHandleEnum? handle,
- 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',
});