FrameTypeOptions enum
Values
- auxiliary → const FrameTypeOptions
-
const FrameTypeOptions(r'auxiliary')
- nested → const FrameTypeOptions
-
const FrameTypeOptions(r'nested')
- none → const FrameTypeOptions
-
const FrameTypeOptions(r'none')
- topLevel → const FrameTypeOptions
-
const FrameTypeOptions(r'top-level')
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<
FrameTypeOptions> - A constant List of the values in this enum, in order of their declaration.