MonetizationSettingsDonationToggledEvent class
Event of a MonetizationSettingsDonation.enabled state being updated.
- Inheritance
-
- Object
- MonetizationSettingsEvent
- MonetizationSettingsDonationToggledEvent
Constructors
- MonetizationSettingsDonationToggledEvent(DtoMonetizationSettings? monetizationSettings, UserId? userId, PreciseDateTime at)
-
const
Properties
- at → PreciseDateTime
-
PreciseDateTime when this MonetizationSettingsEvent happened.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → MonetizationSettingsEventKind
-
Returns MonetizationSettingsEventKind of this MonetizationSettingsEvent.
no setteroverride
- monetizationSettings → DtoMonetizationSettings?
-
State of the MonetizationSettings after this MonetizationSettingsEvent
being applied.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → UserId?
-
UserId the MonetizationSettings are specified individually for.
finalinherited
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