SingleWalletVolume constructor

const SingleWalletVolume({
  1. String? walletAddress,
  2. String? volume,
})

Implementation

const SingleWalletVolume({this.walletAddress, this.volume});