ExceptionState constructor

const ExceptionState(
  1. void _dispatcher(
    1. Exception e
    ),
  2. Exception? _getter()
)

Implementation

const ExceptionState(this._dispatcher, this._getter);