Differ class abstract

Abstract class producing deltas from sequences of lines of text.

Implementers

Constructors

Differ()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareLines(Iterable<String> source, Iterable<String> target, {String? sourceLabel, String? targetLabel}) Iterable<String>
Compares two iterables of lines from source to target.
compareStrings(String source, String target, {String? sourceLabel, String? targetLabel}) Iterable<String>
Compares two strings from source to target.
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