Product class

Inheritance
  • Object
  • FeatureConfig
  • Product
Annotations
  • @JsonSerializable.new(fieldRename: FieldRename.kebab, createToJson: false)

Constructors

Product({required String name, required String description, required String productId, required String locale, required String currencySymbol, required List<Plan> plans, double formViewWidth = 588.0, double formViewHeight = 616.0})
const
Product.fromJson(Map<String, dynamic> json)
factory

Properties

currencySymbol String
final
description String
final
formViewHeight double
final
formViewWidth double
final
hashCode int
The hash code for this object.
no setterinherited
locale String
final
name String
final
plans List<Plan>
The list of plans available to the user to choose from when subscribing to the product
final
productId String
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
toString() String
A string representation of this object.
inherited

Operators

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