JApplicationInfo class

class JApplicationInfo has String getter versionCode String getter versionName String getter appName String getter appUid String getter packageName String getter targetSdk String getter firstInstall String getter dataDir String _ List getter permissions Has JApplicationInfo.fromMap Constructor has Maptype method called toMap has Stringtype method called toString

Constructors

JApplicationInfo()
JApplicationInfo Constructor
JApplicationInfo.fromMap(dynamic data)
JApplicationInfo.fromMap Constructor

Properties

appName String
String getter appName
no setter
appUid String
String getter appUid
no setter
dataDir String
String getter dataDir
no setter
firstInstall String
String getter firstInstall
no setter
hashCode int
The hash code for this object.
no setterinherited
packageName String
String getter packageName
no setter
permissions List<String>
String _ List getter permissions
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSdk String
String getter targetSdk
no setter
versionCode String
String getter versionCode
no setter
versionName String
String getter versionName
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Maptype method called toMap
toString() String
Stringtype method called toString
override

Operators

operator ==(Object other) bool
The equality operator.
inherited