BasicAppInfoService class

Inheritance

Properties

appName String
the app's name
no setteroverride
buildNr String
the app's build number
no setteroverride
fullVersion String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
packageInfo PackageInfo
final
packageName String
the app's package name
no setteroverride
platform RunPlatform
the current platform
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String?
get the store the app was installed through. returns null if unknown.
no setteroverride
version String
the app's version
no setteroverride

Methods

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
The equality operator.
inherited

Static Methods

make() Future<BasicAppInfoService>