PLYEventProperties class Null safety

Constructors

PLYEventProperties(String? sdk_version, PLYEventName event_name, String event_created_at, String? displayed_presentation, String? user_id, String? anonymous_user_id, List<PLYEventPropertyPlan>? purchasable_plans, String? deeplink_identifier, String? source_identifier, String? selected_plan, String? previous_selected_plan, String? selected_presentation, String? previous_selected_presentation, String? link_identifier, List<PLYEventPropertyCarousel> carousels, String? language, String? device, String? os_version, String? device_type, String? error_message, String? cancellation_reason_id, String? cancellation_reason, String? plan, String? selected_product, String? plan_change_type, List<PLYEventPropertySubscription> running_subscriptions)

Properties

anonymous_user_id String?
read / write
cancellation_reason String?
read / write
cancellation_reason_id String?
read / write
carousels List<PLYEventPropertyCarousel>
read / write
read / write
device String?
read / write
device_type String?
read / write
displayed_presentation String?
read / write
error_message String?
read / write
event_created_at String
read / write
event_name PLYEventName
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
language String?
read / write
read / write
os_version String?
read / write
plan String?
read / write
plan_change_type String?
read / write
previous_selected_plan String?
read / write
previous_selected_presentation String?
read / write
purchasable_plans List<PLYEventPropertyPlan>?
read / write
running_subscriptions List<PLYEventPropertySubscription>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sdk_version String?
read / write
selected_plan String?
read / write
selected_presentation String?
read / write
selected_product String?
read / write
source_identifier String?
read / write
user_id 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