PropertyException constructor

PropertyException(
  1. Object propertyKey,
  2. String _message
)

Implementation

PropertyException(this.propertyKey, this._message);