NumericRule constructor

const NumericRule(
  1. String message
)

Creates a new NumericRule with the given message.

Implementation

const NumericRule(this.message);