AppPackageInfo class

Constructors

AppPackageInfo({bool? isSystemApp, int? lastUpdateTime, String? packageName, String? version, String? buildNumber, String? appName})
AppPackageInfo.fromJson(Map json)
factory

Properties

appName String?
finalinherited
buildNumber String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isSystemApp bool?
final
lastUpdateTime int?
final
packageName String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
finalinherited

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.
inherited

Operators

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