getFileEdit method
Returns the FileEdit
for the given file
, maybe null
.
Implementation
SourceFileEdit? getFileEdit(String file) => getChangeFileEdit(this, file);
Returns the FileEdit
for the given file
, maybe null
.
SourceFileEdit? getFileEdit(String file) => getChangeFileEdit(this, file);