ObjectError constructor

ObjectError(
  1. String propertyName
)

Implementation

ObjectError(this.propertyName) : super('object');