MonetizationSettingsEvent class abstract
Events happening in a Chat.
Constructors
- MonetizationSettingsEvent(DtoMonetizationSettings? monetizationSettings, UserId? userId, PreciseDateTime at)
-
const
Properties
- at → PreciseDateTime
-
PreciseDateTime when this MonetizationSettingsEvent happened.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → MonetizationSettingsEventKind
-
Returns MonetizationSettingsEventKind of this MonetizationSettingsEvent.
no setter
- monetizationSettings → DtoMonetizationSettings?
-
State of the MonetizationSettings after this MonetizationSettingsEvent
being applied.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → UserId?
-
UserId the MonetizationSettings are specified individually for.
final
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