workingFileContents property
String?
get
workingFileContents
Gets the contents of the workingFile as a String.
The contents are cached to avoid re-reading it all the time.
Implementation
String? get workingFileContents => _workingFileContents;