MountInfo class Core

Information about a storage mount point used by the application.

Constructors

MountInfo.new({required String path, required int freeSpace, required int totalSpace, required bool internalPath, required bool onlineCachePath})
Constructor for MountInfo.
MountInfo.fromJson(Map<String, dynamic> json)
factory

Properties

freeSpace int
The free space in bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalPath bool
Whether this is an internal path.
getter/setter pair
onlineCachePath bool
Whether this is an online cache path.
getter/setter pair
path String
The path to the mount point.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSpace int
The total space in bytes.
getter/setter pair

Methods

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

Operators

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