SMHConflictResolutionStrategy enum Null safety
Constructors
- SMHConflictResolutionStrategy()
-
const
Values
- ask → const SMHConflictResolutionStrategy
-
SMHConflictResolutionStrategy()
- rename → const SMHConflictResolutionStrategy
-
SMHConflictResolutionStrategy()
- overwrite → const SMHConflictResolutionStrategy
-
SMHConflictResolutionStrategy()
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<
SMHConflictResolutionStrategy> -
A constant List of the values in this enum, in order of their declaration.
[ask, rename, overwrite]