NumberError.decimal constructor

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

Implementation

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