AppInfoData class
Object encapsulating the populated AppPackageInfo, AppPlatformInfo, and AppTargetInfo instances.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- package → AppPackageInfo
-
Information about the installed package and version
final
- platform → AppPlatformInfo
-
Information about the platform for which the app was built
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → AppTargetInfo
-
Information about the platform on which the app is currently executing
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 ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
get(
) → Future< AppInfoData> - Retrieve an AppInfoData instance pre-populated with package, platform, and target data