AssetDetails constructor

AssetDetails({
  1. String? asset,
  2. String? assetType,
})

Implementation

AssetDetails({
  this.asset,
  this.assetType,
});