InstanceIosDetails class
The iOS details resource.
Constructors
- InstanceIosDetails({String? bundleIdentifier, String? itunesAppId, String? kind, bool? preferredForIpad, bool? preferredForIphone, bool? supportIpad, bool? supportIphone})
- InstanceIosDetails.fromJson(Map json_)
Properties
- bundleIdentifier ↔ String?
-
Bundle identifier.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itunesAppId ↔ String?
-
iTunes App ID.
getter/setter pair
- kind ↔ String?
-
Uniquely identifies the type of this resource.
getter/setter pair
- preferredForIpad ↔ bool?
-
Indicates that this instance is the default for new installations on iPad
devices.
getter/setter pair
- preferredForIphone ↔ bool?
-
Indicates that this instance is the default for new installations on
iPhone devices.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportIpad ↔ bool?
-
Flag to indicate if this instance supports iPad.
getter/setter pair
- supportIphone ↔ bool?
-
Flag to indicate if this instance supports iPhone.
getter/setter pair
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