VolumeSpace class

Constructors

VolumeSpace({dynamic freeInGB = 0.0, dynamic usedInGB = 0.0, dynamic totalInGB = 0.0})

Properties

absolutePath String
no setter
freeInGB double
getter/setter pair
freeInPercent double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMarker bool
no setter
isAvailable bool
no setter
isPrimary bool
no setter
isRemoveable bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
no setter
totalInGB double
getter/setter pair
usedInGB double
getter/setter pair
usedInPercent double
getter/setter pair
uuid String
no setter
volumeSpaceInfo VolumeSpaceInfo
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