AssetType enum
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.
IMPORTANT FOR MAINTAINERS: DO NOT change orders of values.
Values
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited