Flag class
Constructors
- Flag()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
- FLAG_ACTIVITY_CLEAR_TASK → const int
- FLAG_ACTIVITY_CLEAR_TOP → const int
- FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS → const int
- FLAG_ACTIVITY_FORWARD_RESULT → const int
- FLAG_ACTIVITY_LAUNCH_ADJACENT → const int
- FLAG_ACTIVITY_MATCH_EXTERNAL → const int
- FLAG_ACTIVITY_MULTIPLE_TASK → const int
- FLAG_ACTIVITY_NEW_DOCUMENT → const int
- FLAG_ACTIVITY_NEW_TASK → const int
- FLAG_ACTIVITY_NO_ANIMATION → const int
- FLAG_ACTIVITY_NO_HISTORY → const int
- FLAG_ACTIVITY_REORDER_TO_FRONT → const int
- FLAG_ACTIVITY_RESET_TASK_IF_NEEDED → const int
- FLAG_ACTIVITY_RETAIN_IN_RECENTS → const int
- FLAG_ACTIVITY_SINGLE_TOP → const int
- FLAG_ACTIVITY_TASK_ON_HOME → const int
- FLAG_EXCLUDE_STOPPED_PACKAGES → const int
- FLAG_FROM_BACKGROUND → const int
- FLAG_INCLUDE_STOPPED_PACKAGES → const int