RequestType class
The request type when requesting paths.
- Annotations
Constructors
- RequestType(int value)
-
const
Properties
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.
override
-
operator >>(
int bit) → RequestType -
operator ^(
RequestType type) → RequestType -
operator |(
RequestType type) → RequestType
Static Methods
-
fromTypes(
List< RequestType> types) → RequestType - Computes the request type from given types.
Constants
- all → const RequestType
- audio → const RequestType
- common → const RequestType
- image → const RequestType
-
values
→ const List<
RequestType> - The values of RequestType.
- video → const RequestType