PeekanappAllResponseData class

A PeekanappAllResponseData is an object that contains informations about an Android app and an iOS app from the respective stores. It also contains a list of PeekanappErrors, if there are any.

Constructors

PeekanappAllResponseData({PlayStoreAppDetails? playStoreAppDetails, AppStoreAppDetails? appStoreAppDetails, required List<PeekanappError> errors})
PeekanappAllResponseData.fromJSON(Map<String, dynamic> json)
factory

Properties

appStoreAppDetails AppStoreAppDetails?
Details of the app on the App Store (see AppStoreAppDetails). If the app data could not be fetched, this will be null.
final
errors List<PeekanappError>
A list of PeekanappError errors that occurred during the request.
final
hashCode int
The hash code for this object.
no setterinherited
isErrored bool
Returns true if the response contains errors.
no setter
playStoreAppDetails PlayStoreAppDetails?
Details of the app on the Play Store (see PlayStoreAppDetails). If the app data could not be fetched, this will be null.
final
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