Product class

产品信息类

Constructors

Product({String? id, String? displayName, String? description, double? price, String? displayPrice, String? type, bool? isFamilyShareable, String? jsonRepresentation, SubscriptionInfo? subscription})
Product.fromMap(Map<String, dynamic> map)
factory

Properties

description String?
final
displayName String?
final
displayPrice String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isFamilyShareable bool?
final
jsonRepresentation String?
final
price double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription SubscriptionInfo?
final
type String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited