rs property Null safety
final
Implementation
static final NormalOperation rs = NormalOperation(
stackLift: StackLift.neutral,
pressed: (ActiveState s) => s.handleRunStop(),
calc: null,
name: 'R/S');
static final NormalOperation rs = NormalOperation(
stackLift: StackLift.neutral,
pressed: (ActiveState s) => s.handleRunStop(),
calc: null,
name: 'R/S');