increase method

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

Implementation

@override
int increase(int operand) => ++operand;