Formatter class

Constructors

Formatter(FileSystemEntity entity, FileStat stat, String extra, String action, {bool ok = false, List<FormatField> shows = const [], String delimiter = r' ', StatTimeType statTimeType = StatTimeType.modified})

Properties

action String
final
actionString String
format action
no setter
delimiter String
final
entity FileSystemEntity
final
extra String
final
hashCode int
The hash code for this object.
no setterinherited
mimeString String
fromat mime
no setter
modeString String
format mode
no setter
ok bool
getter/setter pair
okString String
format ok
no setter
pathString String
format path
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAction bool
getter/setter pair
showExtra bool
getter/setter pair
showMime bool
getter/setter pair
showModes bool
getter/setter pair
showOk bool
getter/setter pair
shows List<FormatField>
final
showSize bool
getter/setter pair
showTime bool
getter/setter pair
showType bool
getter/setter pair
sizeString String
format size
no setter
stat FileStat
final
statTimeType StatTimeType
final
timeString String
format time
no setter
typeString String
format type
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output() String
format output
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited