Query$GetCoinMetadata$coinMetadata constructor

Query$GetCoinMetadata$coinMetadata({
  1. required String address,
  2. int? decimals,
  3. String? name,
  4. String? symbol,
  5. String? description,
  6. String? iconUrl,
})

Implementation

Query$GetCoinMetadata$coinMetadata({
  required this.address,
  this.decimals,
  this.name,
  this.symbol,
  this.description,
  this.iconUrl,
});