v1AssetBalanceDisplay constructor

const v1AssetBalanceDisplay({
  1. String? usd,
  2. String? crypto,
})

Implementation

const v1AssetBalanceDisplay({
  this.usd,
  this.crypto,
});