OperationType class

Available operation on data for CRDT

Constructors

OperationType.delete(Handler handler)
Delete operation
factory
OperationType.fromPayload(String payload)
Factory to create an operation type from a payload
factory
OperationType.insert(Handler handler)
Insert operation
factory
OperationType.update(Handler handler)
Update operation
factory

Properties

handler String
Handler type
final
hashCode int
Returns a hash code for this OperationType
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Operation type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPayload() String
Returns a payload for this OperationType
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
Compares two OperationTypes for equality
override