menu
balo package
documentation
repository/commit.dart
Commit
Commit.new constructor
Commit.new constructor
dark_mode
light_mode
Commit
constructor
Commit
(
Sha1
sha
,
Branch
branch
,
String
message
,
Map
<
String
,
RepoObjectsData
>
objects
,
Branch
fromBranch
,
DateTime
commitedAt
,
)
Implementation
Commit( this.sha, this.branch, this.message, this.objects, this.fromBranch, this.commitedAt, );
balo package
documentation
repository/commit
Commit
Commit.new constructor
Commit class