assetCount property
int
get
assetCount
Gets the total number of assets in this directory.
Implementation
int get assetCount => assets.length;
Gets the total number of assets in this directory.
int get assetCount => assets.length;