LinkFiveProducts class

LinkFive Products to offer.

Basically a product you want to offer to your user.

it includes: productDetailList includes platform specific information attributes which are comming from the server error if something has an error.

Constructors

LinkFiveProducts({List<LinkFiveProductDetails> productDetailList = const [], String? attributes, String? error})

Properties

attributes String?
Attributes coming from the subscription playout
final
error String?
error string
final
hashCode int
The hash code for this object.
no setterinherited
productDetailList List<LinkFiveProductDetails>
All Available Products
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