NiceAdminNotification class

Admin notification.

Constructors

NiceAdminNotification({required String id, required String title, String? body, required String channel, required String audience, DateTime? scheduledAt, DateTime? sentAt, NiceNotificationStatus status = NiceNotificationStatus.draft, int recipients = 0, int opened = 0})
const

Properties

audience String
final
body String?
final
channel String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
opened int
final
recipients int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt DateTime?
final
sentAt DateTime?
final
status NiceNotificationStatus
final
title String
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