NfaState constructor

NfaState({
  1. required bool isEnd,
})

Implementation

NfaState({required this.isEnd});