ErrorState constructor

const ErrorState(
  1. void _dispatcher(
    1. Error e
    ),
  2. Error? _getter()
)

Implementation

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