Package class
Package metadata. Represents an application bundle information on iOS and application package information on Android.
Constructors
Properties
- buildNumber → String
-
The build number.
CFBundleVersionon iOS,versionCodeon Android.final - displayName → String
-
The app name.
CFBundleDisplayNameon iOS,application/labelon Android.final - hashCode → int
-
The hash code for this object.
no setteroverride
- packageIdentifier → String
-
The package name.
bundleIdentifieron iOS,getPackageNameon Android.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
The package version.
CFBundleShortVersionStringon iOS,versionNameon Android.final
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 ==(
dynamic other) → bool -
The equality operator.
override