SchedulerQuery class

Holds configuration data for the scheduler.

You can use path to obtain a common path for the scheduler.

スケジューラー用のコンフィグデータを保持しています。

pathでスケジューラー用の共通のパスを取得することができます。

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

generateScheduleId({required DateTime time, required String command, String? target}) String
Get the ID for the scheduler document.

Constants

path → const String
Collection path to register the scheduler.