DeviceStorageInfo class
Device storage information
Constructors
- DeviceStorageInfo({required int totalSpace, required int freeSpace, required int usedSpace})
-
const
-
DeviceStorageInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- freeSpace → int
-
Free space available in bytes
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalSpace → int
-
Total device storage space in bytes
final
- usagePercentage → double
-
Percentage of storage used (0-100)
no setter
- usedSpace → int
-
Used space in bytes
final
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