installed_apps
app_info
AppInfo
AppInfo constructor
AppInfo
installed_apps
app_info
AppInfo
AppInfo constructor
AppInfo class
Constructors
AppInfo
create
Properties
icon
name
packageName
versionCode
versionName
hashCode
runtimeType
Methods
getVersionInfo
noSuchMethod
toString
Operators
operator ==
AppInfo
constructor
AppInfo
(
String
name
,
Uint8List
icon
,
String
packageName
,
String
versionName
,
int
versionCode
)
Implementation
AppInfo( this.name, this.icon, this.packageName, this.versionName, this.versionCode, );