GitCommit class

Inheritance

Constructors

GitCommit.create({required GitAuthor author, required GitAuthor committer, required String message, required GitHash treeHash, required List<GitHash> parents, String gpgSig = ''})

Properties

author GitAuthor
getter/setter pair
committer GitAuthor
getter/setter pair
gpgSig String
getter/setter pair
hash GitHash
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pair
parents List<GitHash>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
treeHash GitHash
getter/setter pair

Methods

format() Uint8List
override
formatStr() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Uint8List
inherited
serializeData() Uint8List
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

parse(Uint8List rawData, GitHash? hash) GitCommit?

Constants

fmt → const String