DfaState<T> constructor

DfaState<T>(
  1. int id,
  2. Set<NfaState<T>> states
)

Implementation

DfaState(this.id, this.states);