AppStorageInfo class
App storage breakdown by directory type
Constructors
- AppStorageInfo({required int documentsSize, required int cacheSize, required int appSupportSize, required int totalSize})
-
const
-
AppStorageInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appSupportSize → int
-
Application Support directory size in bytes
final
- cacheSize → int
-
Cache directory size in bytes
final
- documentsSize → int
-
Documents directory size 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
- totalSize → int
-
Total app storage 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