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 has Maptype method called toMap has Stringtype method called toString
Constructors
- JApplicationInfo()
- JApplicationInfo.fromMap(dynamic data)
Properties
- appName → String
-
no setter
- appUid → String
-
no setter
- dataDir → String
-
no setter
- firstInstall → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageName → String
-
no setter
-
permissions
→ List<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetSdk → String
-
no setter
- versionCode → String
-
no setter
- versionName → String
-
no setter
Methods
-
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