asset property

Asset asset

Implementation

Asset get asset {
  return Asset.create(this.assetType, this.assetCode, this.assetIssuer);
}