DiscountIOS class

Constructors

DiscountIOS.fromJSON(Map<String, dynamic> json)
Create DiscountIOS from a Map that was previously JSON formatted

Properties

hashCode → int
The hash code for this object.
no setterinherited
identifier ↔ String?
getter/setter pair
localizedPrice ↔ String?
getter/setter pair
numberOfPeriods ↔ String?
getter/setter pair
paymentMode ↔ String?
getter/setter pair
price ↔ double?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subscriptionPeriod ↔ String?
getter/setter pair
type ↔ String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
Return the contents of this class as a string
override

Operators

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