ChangeSummary class

A summary of changes

Mainly used for writing changelogs.

Constructors

ChangeSummary({required Version version, required CommitSections sections, required DateTime date})
Create a ChangeSummary
const

Properties

date DateTime
The date for releasing the change
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Wheter there are no commits included in this summary
no setter
isNotEmpty bool
Whether there are any commits included in this summary
no setter
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections CommitSections
The releasable commits
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
version → Version
The version for the change
final

Methods

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

Operators

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