PatchworkState class final

The inspected Patchwork state for an entire project.

Constructors

PatchworkState({required List<PatchStatus> packages})
Creates a project state snapshot.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
needsApply Iterable<PatchStatus>
Packages whose committed patch output is stale or not yet generated.
no setter
packages List<PatchStatus>
Package statuses sorted by package name for deterministic output.
final
problems Iterable<PatchProblem>
Problems across all inspected packages.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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