hasAssetPath property
bool
get
hasAssetPath
Indicates whether the assetPath
property is not null.
Implementation
bool get hasAssetPath => assetPath != null;
Indicates whether the assetPath
property is not null.
bool get hasAssetPath => assetPath != null;