RequestType enum

Describes type for request object. @param value String value of this enum

Inheritance

Constructors

RequestType()
const

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.

MODEL → const RequestType

The resource type is a 3D model.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.