RequestType enum
Describes type for request object. @param value String value of this enum
Values
- UNKNOWN → const RequestType
-
Request type unknown.
- STYLE → const RequestType
-
Request type style.
- SOURCE → const RequestType
-
Request type source.
- TILE → const RequestType
-
Request type tile.
- GLYPHS → const RequestType
-
Request type glyphs.
- SPRITE_IMAGE → const RequestType
-
Request type sprite-image.
- SPRITE_JSON → const RequestType
-
Request type sprite-json.
- IMAGE → const RequestType
-
Request type image.
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
Constants
-
values
→ const List<
RequestType> - A constant List of the values in this enum, in order of their declaration.