SyncFollowGroupStatus enum
The outcome status for a single action inside a sync batch.
Mirrors the native OctopusSyncFollowGroup.Status enum on iOS and
SyncFollowGroupStatus on Android. Unknown wire values from a future
native SDK round-trip to unknownError for forward compatibility.
Values
- applied → const SyncFollowGroupStatus
- skipped → const SyncFollowGroupStatus
- groupNotFound → const SyncFollowGroupStatus
- notFollowable → const SyncFollowGroupStatus
- notUnfollowable → const SyncFollowGroupStatus
- alreadyFollowed → const SyncFollowGroupStatus
- alreadyUnfollowed → const SyncFollowGroupStatus
- unknownError → const SyncFollowGroupStatus
Properties
- 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
- wireValue → String
-
Stable lowercase snake_case wire value used on the MethodChannel.
no setter
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
-
fromWire(
String value) → SyncFollowGroupStatus
Constants
-
values
→ const List<
SyncFollowGroupStatus> - A constant List of the values in this enum, in order of their declaration.