AppInfo class

Constructors

AppInfo({required String name, required Uint8List? icon, required String packageName, required String versionName, required int versionCode, required PlatformType platformType, required int installedTimestamp, required bool isSystemApp, required bool isLaunchableApp})
const
AppInfo.create(dynamic data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Uint8List?
final
installedTimestamp int
final
isLaunchableApp bool
final
isSystemApp bool
final
name String
final
packageName String
final
platformType PlatformType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionCode int
final
versionName String
final

Methods

getVersionInfo() String
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

Static Methods

parseList(dynamic apps) List<AppInfo>