EasyTextChange class

Represents the change maded in insert, delete and format methods

Constructors

EasyTextChange({required int start, required int length, required Delta delta, required Delta inverted})

Properties

delta → Delta
The old fragment before the change
final
hashCode int
The hash code for this object.
no setterinherited
inverted → Delta
The new fragment after the change
final
length int
The length of the change
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
The start index of the change
final

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