v1AssetBalance constructor

const v1AssetBalance({
  1. String? caip19,
  2. String? symbol,
  3. String? balance,
  4. num? decimals,
  5. v1AssetBalanceDisplay? display,
  6. String? name,
})

Implementation

const v1AssetBalance({
  this.caip19,
  this.symbol,
  this.balance,
  this.decimals,
  this.display,
  this.name,
});