PLYEventPropertyPlan class Null safety

Constructors

PLYEventPropertyPlan(String? type, String? purchasely_plan_id, String? store, String? store_country, String? store_product_id, double? price_in_customer_currency, String? customer_currency, String? period, int? duration, double? intro_price_in_customer_currency, String? intro_period, String? intro_duration, bool? has_free_trial, String? free_trial_period, int? free_trial_duration, String? discount_referent, String? discount_percentage_comparison_to_referent, String? discount_price_comparison_to_referent, bool? is_default)

Properties

customer_currency String?
read / write
discount_percentage_comparison_to_referent String?
read / write
discount_price_comparison_to_referent String?
read / write
discount_referent String?
read / write
duration int?
read / write
free_trial_duration int?
read / write
free_trial_period String?
read / write
has_free_trial bool?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
intro_duration String?
read / write
intro_period String?
read / write
intro_price_in_customer_currency double?
read / write
is_default bool?
read / write
period String?
read / write
price_in_customer_currency double?
read / write
purchasely_plan_id String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
store String?
read / write
store_country String?
read / write
store_product_id String?
read / write
type 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