EngineType enum

The type of the engine.

Inheritance
Available extensions

Values

audio → const EngineType

An audio engine.

const EngineType("AUDIO")
video → const EngineType

A video engine.

const EngineType("VIDEO")
picture → const EngineType

A picture engine.

const EngineType("PICTURE")
text → const EngineType

A text engine.

const EngineType("TEXT")
storage → const EngineType

A storage engine.

const EngineType("STORAGE")
classification → const EngineType

A classification engine.

const EngineType("CLASSIFICATION")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of the engine type.
final

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

Static Methods

fromValue(String value) EngineType
Returns the engine type from the provided value.

Constants

values → const List<EngineType>
A constant List of the values in this enum, in order of their declaration.