IsNumber constructor
IsNumber({})
Implementation
IsNumber(
{this.isOptional = false,
required this.value,
this.propertyName,
this.isNegative = false,
this.isPositive = false,
this.isDivisibleBy,
this.max,
this.min});