DirectLinkEvent class abstract

Events happening with a DirectLink.

Implementers

Constructors

DirectLinkEvent(DirectLinkSlug slug, DtoDirectLink link, PreciseDateTime at)
const

Properties

at PreciseDateTime
PreciseDateTime when this DirectLinkEvent happened.
final
hashCode int
The hash code for this object.
no setterinherited
kind DirectLinkEventKind
Returns DirectLinkEventKind of this DirectLinkEvent.
no setter
DtoDirectLink of the DirectLink this DirectLinkEvent is related to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug DirectLinkSlug
Slug of the DirectLink this DirectLinkEvent is related to.
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