UncommittedFileChange constructor

UncommittedFileChange({
  1. String? path,
  2. String? state,
})

Implementation

UncommittedFileChange({this.path, this.state});