ApiChangeFormatter class

Formatter to display API changes in a hierarchical format

Constructors

ApiChangeFormatter(List<ApiChange> changes, {int markdownHeaderLevel = 1, Set<ApiChangeMagnitude> magnitudes = const {ApiChangeMagnitude.major, ApiChangeMagnitude.minor, ApiChangeMagnitude.patch}, String? fileUrlBuilder(String filePath)?})

Properties

changes List<ApiChange>
final
fileUrlBuilder String? Function(String filePath)?
final
hashCode int
The hash code for this object.
no setterinherited
hasRelevantChanges bool
no setter
highestMagnitudeText String
no setter
magnitudes Set<ApiChangeMagnitude>
final
markdownHeaderLevel int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format() String
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