DefaultApplicationInfo class
The default application information for a specific DefaultApplicationType.
Constructors
-
DefaultApplicationInfo({List<
DefaultApplicationSettingAttempt> ? defaultApplicationSettingAttempts, String? defaultApplicationType, String? packageName}) - DefaultApplicationInfo.fromJson(Map json_)
Properties
-
defaultApplicationSettingAttempts
↔ List<
DefaultApplicationSettingAttempt> ? -
Details on the default application setting attempts, in the same order as
listed in defaultApplications.
getter/setter pair
- defaultApplicationType ↔ String?
-
The default application type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageName ↔ String?
-
The package name of the current default application.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited