getFileByPath method

ReleaseManifestFile? getFileByPath(
  1. String filePath
)

Returns a ReleaseManifestFile with the filePath;

Implementation

ReleaseManifestFile? getFileByPath(String filePath) => _files[filePath];