MonetizationSettingsDonationMinPriceUpdatedEvent class

Event of a MonetizationSettingsDonation.min Price being updated.

Inheritance

Constructors

MonetizationSettingsDonationMinPriceUpdatedEvent(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