GitFileChange constructor
const
GitFileChange({
- required String path,
- String? oldPath,
- required GitFileStatus status,
- required bool staged,
Implementation
const GitFileChange({
required this.path,
this.oldPath,
required this.status,
required this.staged,
});