SPError constructor

SPError([
  1. String? _message,
  2. String? _prefix
])

Implementation

SPError([this._message, this._prefix]);