assetList property

Future<List<AssetEntity>> assetList

all of asset, It is recommended to use the latest api (pagination) getAssetListPaged.

Implementation

Future<List<AssetEntity>> get assetList => getAssetListPaged(0, assetCount);