NotificationTargetQuery class abstract

A query to set the recipients of remote notifications.

リモート通知の通知先を設定するためのクエリ。

Implementers

Constructors

NotificationTargetQuery()
A query to set the recipients of remote notifications.
const

Properties

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
toDatabaseId() String
Generate a database ID for registration in the schedule.
toJson() → DynamicMap
Generate Json to pass to the server side.
toString() String
A string representation of this object.
inherited

Operators

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