ErrorLocation constructor

ErrorLocation(
  1. Type type,
  2. String _message
)

Implementation

ErrorLocation(this.type, this._message);