BlocklistEvent class abstract

Event of a User being added or removed to/from BlocklistRecords.

Implementers

Constructors

BlocklistEvent(DtoUser user, PreciseDateTime at)
const

Properties

at PreciseDateTime
PreciseDateTime when this BlocklistEvent happened.
final
hashCode int
The hash code for this object.
no setterinherited
kind BlocklistEventKind
Returns BlocklistEventKind of this BlocklistEvent.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user DtoUser
DtoUser this BlocklistEvent is about.
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