InfoService class Null safety

InfoService description

Constructors

InfoService({AnalyticService? analytic})
InfoService description
const

Properties

analyticId String?
read-only
appName String
Load app information from the platform. The app name. CFBundleDisplayName on iOS, application/label on Android.
read-only
buildNumber String
The build number. CFBundleVersion on iOS, versionCode on Android.
read-only
buildSignature String
The build signature. Empty string on iOS, signing key signature (hex) on Android.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
installerStore String?
The installer store. Indicates through which store this application was installed.
read-only
packageName String
The package name. bundleIdentifier on iOS, getPackageName on Android.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
version String
The package version. CFBundleShortVersionString on iOS, versionName on Android.
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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 Properties

package PackageInfo?
read / write