dartdoc
dartdoc
FileContents
factory constructor FileContents
FileContents
class FileContents
Constructors
FileContents
Properties
contents
file
isMarkdown
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
FileContents
(
File
file
)
Source
factory FileContents(File file) => file == null ? null : new FileContents._(file);
constructor FileContents