MERGE_CASE enum
Constructors
- MERGE_CASE()
-
const
Values
- SOURCE_IS_LMC → const MERGE_CASE
-
const MERGE_CASE(0)
- TARGET_IS_LMC → const MERGE_CASE
-
const MERGE_CASE(1)
- TARGET_SOURCE_ARE_NOT_LMC → const MERGE_CASE
-
const MERGE_CASE(2)
- SOURCE_PARENT_IS_ALMOST_EMPTY → const MERGE_CASE
-
const MERGE_CASE(3)
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
Constants
-
values
→ const List<
MERGE_CASE> -
A constant List of the values in this enum, in order of their declaration.
[SOURCE_IS_LMC, TARGET_IS_LMC, TARGET_SOURCE_ARE_NOT_LMC, SOURCE_PARENT_IS_ALMOST_EMPTY]