dartdoc
dartdoc
FileContents
method toString
toString
class FileContents
Constructors
FileContents
Properties
contents
file
isMarkdown
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
@override
String
toString
(
)
Returns a string representation of this object.
Source
@override String toString() => file.path;
method toString