UnknownActivityUpdate class

Inheritance

Constructors

UnknownActivityUpdate({required String activityId})

Properties

activityId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult active(ActiveActivityUpdate value), required TResult ended(EndedActivityUpdate value), required TResult stale(StaleActivityUpdate value), required TResult unknown(UnknownActivityUpdate value)}) → TResult
override
mapOrNull<TResult extends Object?>({TResult active(ActiveActivityUpdate value)?, TResult ended(EndedActivityUpdate value)?, TResult stale(StaleActivityUpdate value)?, TResult unknown(UnknownActivityUpdate value)?}) → TResult?
override
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