UnknownNotification class Null safety

Unknown notification. This instance is only used if we deserialize a notification from the backend that we do not recognize.

Implemented types

Constructors

UnknownNotification([void updates(UnknownNotificationBuilder)])
factory

Properties

category String
read-onlyinherited
dateTime Instant
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String
read-onlyinherited
name String
read-onlyinherited
read bool
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(dynamic updates(UnknownNotificationBuilder)) UnknownNotification
Rebuilds the instance.
inherited
toBuilder() UnknownNotificationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited