DiskPartition class

Disk Partition details.

Constructors

DiskPartition({String? capacityBytes, String? fileSystem, String? freeBytes, String? mountPoint, DiskPartitionList? subPartitions, String? type, String? uuid})
DiskPartition.fromJson(Map json_)

Properties

capacityBytes String?
Partition capacity.
getter/setter pair
fileSystem String?
Partition file system.
getter/setter pair
freeBytes String?
Partition free space.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mountPoint String?
Mount pount (Linux/Windows) or drive letter (Windows).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subPartitions DiskPartitionList?
Sub-partitions.
getter/setter pair
type String?
Partition type.
getter/setter pair
uuid String?
Partition UUID.
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