FileHints class

Constructors

FileHints(List<int> bytes)
factory

Properties

fileName String?
FileName hints at the name of the file that should be written. It's truncated to 255 bytes if longer. It may be empty to suggest that the file should not be written to disk. It may be equal to "_CONSOLE" to suggest the data should not be written to disk.
no setter
hashCode int
The hash code for this object.
no setterinherited
isBinary bool
IsBinary can be set to hint that the contents are binary data.
no setter
modTime String?
ModTime format allowed: RFC3339, contains the modification time of the file, or the zero time if not applicable.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

reader → const Reader<FileHints>