AppDetails class
The app details.
The resource for DetailsService.
Constructors
- AppDetails({String? contactEmail, String? contactPhone, String? contactWebsite, String? defaultLanguage})
- AppDetails.fromJson(Map json_)
Properties
- contactEmail ↔ String?
-
The user-visible support email for this app.
getter/setter pair
- contactPhone ↔ String?
-
The user-visible support telephone number for this app.
getter/setter pair
- contactWebsite ↔ String?
-
The user-visible website for this app.
getter/setter pair
- defaultLanguage ↔ String?
-
Default language code, in BCP 47 format (eg "en-US").
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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