Git class

Information about a Git revision.

Annotations
  • @JsonSerializable()

Constructors

Git({required String branch, required String commit, required DateTime commitTime})
Create a new Git.
Git.fromJson(Map<String, Object?> json)
factory

Properties

branch String
The branch the revision is on.
final
commit String
The commit hash.
final
commitTime DateTime
The time at which the commit was made.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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