DiffResult class

A diff between two strings of text.

Constructors

DiffResult(int start, String deleted, String inserted)

Properties

deleted String
Deleted text in old text.
final
hashCode int
The hash code for this object.
no setterinherited
inserted String
Inserted text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Start index in old text at which changes begin.
final

Methods

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

Operators

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