AppPackageInfo class

Object encapsulating information about the installed package and version.

Properties

appName String
The app name
latefinal
buildNumber String
The package build number
latefinal
buildSignature String
The build signature
latefinal
hashCode int
The hash code for this object.
no setterinherited
installerStore String?
The installer store
latefinal
packageName String
The package name
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
The package version - as a Version object
latefinal
versionWithoutBuild Version
The package version without the build - as a Version object
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint() → void
Pretty print the JSON representation of the informational object
inherited
toJson() Map<String, String>
Represent results as JSON map
toString() String
A string representation of this object.
inherited

Operators

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