UnifiedDiffHunk class final

A unified diff hunk, including its header and updates.

Annotations
  • @immutable

Properties

hashCode int
The hash code for this object.
no setterinherited
The header of this diff hunk.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updates Iterable<Update<String>>
All updates included within this diff hunk.
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