RequestDestination enum
Values
- empty → const RequestDestination
-
const RequestDestination('') - audio → const RequestDestination
-
const RequestDestination('audio') - audioworklet → const RequestDestination
-
const RequestDestination('audioworklet') - document → const RequestDestination
-
const RequestDestination('document') - embed → const RequestDestination
-
const RequestDestination('embed') - font → const RequestDestination
-
const RequestDestination('font') - frame → const RequestDestination
-
const RequestDestination('frame') - iframe → const RequestDestination
-
const RequestDestination('iframe') - image → const RequestDestination
-
const RequestDestination('image') - manifest → const RequestDestination
-
const RequestDestination('manifest') - object → const RequestDestination
-
const RequestDestination('object') - paintworklet → const RequestDestination
-
const RequestDestination('paintworklet') - report → const RequestDestination
-
const RequestDestination('report') - script → const RequestDestination
-
const RequestDestination('script') -
const RequestDestination('sharedworker') - style → const RequestDestination
-
const RequestDestination('style') - track → const RequestDestination
-
const RequestDestination('track') - video → const RequestDestination
-
const RequestDestination('video') - worker → const RequestDestination
-
const RequestDestination('worker') - xslt → const RequestDestination
-
const RequestDestination('xslt')
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
-
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) → RequestDestination -
fromValues(
Iterable< String> values) → Iterable<RequestDestination>
Constants
-
values
→ const List<
RequestDestination> - A constant List of the values in this enum, in order of their declaration.