GLESVersion enum Null safety
Constructors
- GLESVersion()
-
const
Values
- GLES_10 → const GLESVersion
-
const GLESVersion(0)
- GLES_20 → const GLESVersion
-
const GLESVersion(1)
- GLES_30 → const GLESVersion
-
const GLESVersion(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GLESVersion> -
A constant List of the values in this enum, in order of their declaration.
[GLES_10, GLES_20, GLES_30]