publicParameters property
Public parameters for the command.
The values are copied to the document.
コマンド用の公開パラメーター。
ドキュメントに値がコピーされます。
Implementation
@override
DynamicMap get publicParameters {
return {
_kDoneKey: false,
_kTimeKey: time.value.millisecondsSinceEpoch,
};
}