type property

AssetType type

The type of the asset.

Most of assets are AssetType.image and AssetType.video, some assets might be AssetType.audio on Android. The AssetType.other type won't show in general.

Implementation

AssetType get type => AssetType.values[typeInt];