DirectLinkDisabledEvent class

Event of a DirectLink being disabled.

Inheritance

Constructors

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

Properties

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