sellingAsset property
Implementation
Asset get sellingAsset {
if (sellingAssetType == "native") {
return new AssetTypeNative();
} else {
return Asset.createNonNativeAsset(sellingAssetCode, sellingAssetIssuer);
}
}
Asset get sellingAsset {
if (sellingAssetType == "native") {
return new AssetTypeNative();
} else {
return Asset.createNonNativeAsset(sellingAssetCode, sellingAssetIssuer);
}
}