Commit class

The Commit Class

Constructors

Commit({required String header, String? type, String? scope, String? subject, String? body, String? footer, List<String> mentions = const [], List<CommitNote> notes = const [], List<CommitReference> references = const [], dynamic revert, dynamic merge})
Commit.empty()

Properties

body String?
final
final
hashCode int
The hash code for this object.
no setterinherited
final
mentions List<String>
final
merge → dynamic
final
notes List<CommitNote>
final
references List<CommitReference>
final
revert → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
final
subject String?
final
type String?
final

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