StorageInfo class
Constructors
-
StorageInfo({required int totalSpace, required int freeSpace, required int usedByModels, required List<
String> downloadedModels}) -
StorageInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
downloadedModels
→ List<
String> -
final
- freeSpace → int
-
final
- freeSpaceGB → double
-
no setter
- 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
-
final
- totalSpaceGB → double
-
no setter
- usedByModels → int
-
final
- usedByModelsGB → double
-
no setter
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