ValidatorNumber constructor

ValidatorNumber(
  1. dynamic value
)

Implementation

ValidatorNumber(dynamic value) : super(value);