calcDisabled method Null safety

bool calcDisabled(
  1. Controller controller
)

By default, operations, if present, work for all kinds of controllers, but cf. BranchingOperation

Implementation

bool calcDisabled(Controller controller) => false;