EasyTextChange class

Represents the change maded in insert, delete and format methods

Constructors

EasyTextChange({required int start, required int length, required EasyTextList oldValues, required EasyTextList newValues})

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
The length of the change
final
newValues EasyTextList
The new fragment after the change
final
oldValues EasyTextList
The old fragment before 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