dartdoc
dartdoc
FileContents
property contents
contents
class FileContents
Constructors
FileContents
Properties
contents
file
isMarkdown
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
String
contents
Source
String get contents => file.readAsStringSync();
property contents