MountOptions class

Constructors

MountOptions({required String fileSystemId, required String displayName, bool? writable, int? openedFilesLimit, bool? supportsNotifyTag, bool? persistent})
MountOptions.fromJS(MountOptions _wrapped)

Properties

displayName String
A human-readable name for the file system.
getter/setter pair
fileSystemId String
The string indentifier of the file system. Must be unique per each extension.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
openedFilesLimit int?
The maximum number of files that can be opened at once. If not specified, or 0, then not limited.
getter/setter pair
persistent bool?
Whether the framework should resume the file system at the next sign-in session. True by default.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsNotifyTag bool?
Whether the file system supports the tag field for observed directories.
getter/setter pair
toJS → MountOptions
no setter
writable bool?
Whether the file system supports operations which may change contents of the file system (such as creating, deleting or writing to files).
getter/setter pair

Methods

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

Operators

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