canStopCommand method
This predicate controls whether the user may stop the current tool. This just returns true.
This method may be overridden, but probably should not be overridden. This method must not have any side-effects. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {boolean} true. @see #stopCommand
Implementation
_i2.bool canStopCommand() => _i4.callMethod(
this,
'canStopCommand',
[],
);