Nfa constructor

Nfa({
  1. required NfaState start,
  2. required NfaState end,
})

Implementation

Nfa({required this.start, required this.end});