FungibleInfo constructor

FungibleInfo({
  1. String? name,
  2. String? symbol,
  3. Icon? icon,
})

Implementation

FungibleInfo({
  this.name,
  this.symbol,
  this.icon,
});