formBetweenInclusively abstract method

String formBetweenInclusively(
  1. double min,
  2. double max
)

No description provided for @formBetweenInclusively.

In en, this message translates to: 'Must be between {min} and {max} (inclusive)'

Implementation

String formBetweenInclusively(double min, double max);