InstalledApp class
Constructors
- InstalledApp({required String appName, required String packageName, required String versionName, required String versionCode, Uint8List? coverData, int? size})
-
InstalledApp.fromMap(Map<
String, dynamic> map) -
factory
Properties
- appName ↔ String
-
getter/setter pair
- coverData ↔ Uint8List?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageName ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ int?
-
getter/setter pair
- versionCode ↔ String
-
getter/setter pair
- versionName ↔ String
-
getter/setter pair
Methods
-
export(
String savedPath) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited