step method

  1. @override
String step(
  1. int step
)
override

Implementation

@override
String step(int step) =>
    'Value must increase in steps of $step from the minimum value';