getFileEdit method

SourceFileEdit? getFileEdit(
  1. String file
)

Returns the FileEdit for the given file, maybe null.

Implementation

SourceFileEdit? getFileEdit(String file) => getChangeFileEdit(this, file);