BillingFeatureConfig class

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

Constructors

BillingFeatureConfig({required List<Product> products, Duration paymentTimeout = const Duration(seconds: 60), String successUrl = '', String cancelUrl = ''})
const
BillingFeatureConfig.fromJson(Map<String, dynamic> json)
factory

Properties

cancelUrl String
final
hashCode int
The hash code for this object.
no setterinherited
paymentTimeout Duration
final
products List<Product>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successUrl String
final

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