TopicNotificationTargetQuery class

A query that specifies a topic to send PUSH notifications to.

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

Inheritance

Constructors

TopicNotificationTargetQuery({required String topic})
A query that specifies a topic 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
topic String
Destination of PUSH notifications (topic name)
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