AppVersionMetadata class
An AppVersionMetadata contains convenient information about the app in a version request.
Constructors
- AppVersionMetadata({String? playstoreUrl, String? appstoreUrl})
-
AppVersionMetadata.fromJSON(Map<
String, dynamic> json) -
factory
Properties
- appstoreUrl → String?
-
The URL of the app on the Apple App Store.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- playstoreUrl → String?
-
The URL of the app on the Google Play Store.
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