NumberError.integer constructor

NumberError.integer(
  1. String propertyName,
  2. dynamic propertyValue
)

Implementation

NumberError.integer(this.propertyName, this.propertyValue) : super('integer');