increase method

  1. @override
T increase(
  1. T operand
)
override

Implementation

@override
T increase(T operand) => _increaser!(operand);