boot property

  1. @override
CommandBoot get boot
override

What boot context the dispatcher must establish before calling handle. See CommandBoot for the V1 taxonomy (none, connected).

Implementation

@override
CommandBoot get boot => CommandBoot.none;