TokenNotificationTargetQuery class

A query that specifies a list of tokens to send PUSH notifications to.

トークンのリストを指定してPUSH通知の送信先を設定するクエリ。

Inheritance

Constructors

TokenNotificationTargetQuery({required List<String> tokens})
A query that specifies a list of tokens to send PUSH notifications to.
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
tokens List<String>
Destination of PUSH notifications (token)
final

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.
override
toJson() → DynamicMap
Generate Json to pass to the server side.
override
toString() String
A string representation of this object.
override

Operators

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