MonetizationSettingsEventsList class

Initial state of the MonetizationSettings.

Inheritance

Constructors

MonetizationSettingsEventsList({DtoMonetizationSettings? monetizationSettings, DtoMonetizationSettings? myMonetizationSettings, MonetizationSettingsVersion? myMonetizationSettingsVer, int myMonetizationSettingsTotalCount = 0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
kind MonetizationSettingsEventsKind
MonetizationSettingsEventsKind of this event.
no setteroverride
monetizationSettings DtoMonetizationSettings?
MonetizationSettings of a User this MonetizationSettingsEventsList corresponds to.
final
myMonetizationSettings DtoMonetizationSettings?
MonetizationSettings of a MyUser this MonetizationSettingsEventsList corresponds to.
final
myMonetizationSettingsTotalCount int
Total count of MonetizationSettings applied by MyUser.
final
myMonetizationSettingsVer MonetizationSettingsVersion?
MonetizationSettingsVersion of myMonetizationSettings.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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