GitJSONDSL class

Constructors

GitJSONDSL({required List<String> modifiedFiles, required List<String> createdFiles, required List<String> deletedFiles, required List<GitCommit> commits})
GitJSONDSL.fromJson(Map<String, dynamic> json)
factory

Properties

commits List<GitCommit>
The Git commit metadata
final
createdFiles List<String>
Newly created filepaths relative to the git root
final
deletedFiles List<String>
Removed filepaths relative to the git root
final
hashCode int
The hash code for this object.
no setterinherited
modifiedFiles List<String>
Filepaths with changes relative to the git root
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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