ViewChangeType enum Null safety
Constants
- Backward → const ViewChangeType
-
const ViewChangeType(2)
- Exact → const ViewChangeType
-
const ViewChangeType(3)
- Forward → const ViewChangeType
-
const ViewChangeType(1)
- Start → const ViewChangeType
-
const ViewChangeType(0)
-
values
→ const List<
ViewChangeType> -
A constant List of the values in this enum, in order of their declaration.
const List<
ViewChangeType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited