PackageInfoIns class

Inheritance
Implemented types

Constructors

PackageInfoIns({required String appName_, required String packageName_, required String version_, required String buildNumber_, String buildSignature_ = ''})

Properties

appName String
The app name.
finalinherited
appName_ String
final
buildNumber String
The build number. Generated from the version in pubspec.yaml.
finalinherited
buildNumber_ String
final
buildSignature String
The build signature. SHA-256 signing key signature (hex) on Android. Empty string on all the other platforms.
finalinherited
buildSignature_ String
final
data Map<String, dynamic>
Gets a map representation of the PackageInfo instance.
no setterinherited
hashCode int
Overwrite hashCode for value equality
no setterinherited
installerStore String?
The installer store. Indicates through which store this application was installed.
finalinherited
installTime DateTime?
The time when the application was installed.
finalinherited
packageName String
The package name.
finalinherited
packageName_ String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime DateTime?
The time when the application was last updated.
finalinherited
version String
The package version. Generated from the version in pubspec.yaml.
finalinherited
version_ String
final

Methods

get(Token name) Object?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
Overwrite equals for value equality
inherited