format method
Returns a usage documentation friendly string representation of the value. The default implementation simply invokes toString.
Implementation
@override
String format(final FileSystemEntity value) => value.path;
Returns a usage documentation friendly string representation of the value. The default implementation simply invokes toString.
@override
String format(final FileSystemEntity value) => value.path;