SubscriptionItem class

Constructors

SubscriptionItem({required String sku, String title = '', String content = '', num price = 0, String localizedPrice = '', Period period = Period.monthly, int saleOff = 0, bool isPopular = false, bool isFree = false})
const

Properties

content String
final
hashCode int
The hash code for this object.
no setterinherited
isFree bool
final
isPopular bool
final
localizedPrice String
final
period Period
final
price num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleOff int
final
sku String
final
title 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