Notification class abstract

Annotations
  • @BuiltValue()

Constructors

Notification([void updates(NotificationBuilder b)])
factory

Properties

actorContentType int?
no setter
actorObjectId String?
no setter
createdAt DateTime?
no setter
data String?
no setter
deleted bool?
no setter
description String
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
level NotificationLevelEnum?
no setter
public bool?
no setter
recipient String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug int
no setter
title String
no setter
type NotificationTypeEnum
no setter
unread bool
no setter
verb String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NotificationBuilder)) Notification
Rebuilds the instance.
inherited
toBuilder() NotificationBuilder
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

Static Properties

serializer → Serializer<Notification>
no setter