BitState<V, L>.error constructor

BitState<V, L>.error(
  1. dynamic e
)

Implementation

factory BitState.error(dynamic e) => _ErrorBitState(e);