Returns a string representation of this object.
Source
String toString() => """
FileStat: type $type
changed $changed
modified $modified
accessed $accessed
mode ${modeString()}
size $size""";
Returns a string representation of this object.
String toString() => """
FileStat: type $type
changed $changed
modified $modified
accessed $accessed
mode ${modeString()}
size $size""";