UpdateTextOperation class

UpdateTextOperation represents a text update operation.

Inheritance

Constructors

UpdateTextOperation(Path path, Delta delta, Delta inverted)
const
UpdateTextOperation.fromJson(Map<String, dynamic> json)
factory

Properties

delta Delta
final
hashCode int
The hash code for this object.
no setteroverride
inverted Delta
final
path Path
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Path? path}) Operation
override
invert() Operation
Inverts the operation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns the JSON representation of the operation.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override