PLYPlan class Null safety
Constructors
- PLYPlan(String? vendorId, String? productId, String? name, PLYPlanType type, double? amount, String? currencyCode, String? currencySymbol, String? price, String? period, bool? hasIntroductoryPrice, String? introPrice, double? introAmount, String? introDuration, String? introPeriod, bool? hasFreeTrial)
Properties
- amount ↔ double?
-
read / write
- currencyCode ↔ String?
-
read / write
- currencySymbol ↔ String?
-
read / write
- hasFreeTrial ↔ bool?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hasIntroductoryPrice ↔ bool?
-
read / write
- introAmount ↔ double?
-
read / write
- introDuration ↔ String?
-
read / write
- introPeriod ↔ String?
-
read / write
- introPrice ↔ String?
-
read / write
- name ↔ String?
-
read / write
- period ↔ String?
-
read / write
- price ↔ String?
-
read / write
- productId ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ PLYPlanType
-
read / write
- vendorId ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited