ModelNotificationScheduleBase class abstract

Abstract class for defining a document with a schedule for PUSH notifications.

Implement this in the value you want DocumentBase to have.

PUSH通知を行うスケジュールを持ったドキュメントを定義するための抽象クラス。

これをDocumentBaseに持たせる値に実装してください。

Implementers

Properties

command ModelServerCommandRemoteNotificationSchedule
Submission Date.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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