ChangeSource enum Null safety
Source of a Change
.
Constants
- LOCAL → const ChangeSource
-
Change originated from a local action. Typically triggered by user.
const ChangeSource(0)
- REMOTE → const ChangeSource
-
Change originated from a remote action.
const ChangeSource(1)
-
values
→ const List<
ChangeSource> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChangeSource>
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. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited