sellingAsset property

Asset sellingAsset

Implementation

Asset get sellingAsset {
  if (sellingAssetType == Asset.TYPE_NATIVE) {
    return AssetTypeNative();
  } else {
    return Asset.createNonNativeAsset(sellingAssetCode!, sellingAssetIssuer!);
  }
}