RequestType class

Constructors

RequestType(int value)
const

Properties

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

Methods

containsAudio() bool
containsImage() bool
containsType(RequestType type) bool
containsVideo() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator +(RequestType type) RequestType
operator -(RequestType type) RequestType
operator <<(int bit) RequestType
operator ==(Object other) bool
The equality operator.
inherited
operator >>(int bit) RequestType
operator ^(RequestType type) RequestType
operator |(RequestType type) RequestType

Constants

all → const RequestType
audio → const RequestType
common → const RequestType
image → const RequestType
video → const RequestType