CoinMetadataStruct constructor

CoinMetadataStruct(
  1. int decimals,
  2. String name,
  3. String symbol,
  4. String description,
  5. String iconUrl,
  6. ObjectId id,
)

Implementation

CoinMetadataStruct(
  this.decimals,
  this.name,
  this.symbol,
  this.description,
  this.iconUrl,
  this.id,
);