ApplyChangesetConflict enum
Values
- abort → const ApplyChangesetConflict
-
Abort the changeset application.
const ApplyChangesetConflict(2)
- replace → const ApplyChangesetConflict
-
Replace the conflicting row.
const ApplyChangesetConflict(1)
- omit → const ApplyChangesetConflict
-
Omit the current change.
const ApplyChangesetConflict(0)
Properties
- flag → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Static Methods
-
parse(
int flag) → ApplyChangesetConflict
Constants
-
values
→ const List<
ApplyChangesetConflict> - A constant List of the values in this enum, in order of their declaration.