EngineErrorEvent constructor
const
EngineErrorEvent(})
Constructs a new instance of EngineErrorEvent.
Implementation
const EngineErrorEvent(
this.params, {
this.char = '',
this.block = _blankArray,
this.message = '',
this.type = EngineErrorType.malformedSequence,
this.rawBytes = _blankArray,
this.stateAtError = '',
this.failingByte,
this.partialParameters = const [],
});