ListChangeOp enum Null safety
Change operation
Constants
- add → const ListChangeOp
-
const ListChangeOp(0)
- clear → const ListChangeOp
-
const ListChangeOp(2)
- remove → const ListChangeOp
-
const ListChangeOp(1)
- set → const ListChangeOp
-
const ListChangeOp(3)
-
values
→ const List<
ListChangeOp> -
A constant List of the values in this enum, in order of their declaration.
const List<
ListChangeOp>
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