CommitInfo class

changelog_info contains the information about the changelog that can be feel from the developer point of view or the end user point of view to generate the commits

author: https://github.com/vincenzopalazzo

Inheritance

Constructors

CommitInfo({required CommitAuthor author, required CommitContent content, String? url})

Properties

author CommitAuthor
final
content CommitContent
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
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