Automaton constructor
const
Automaton({})
Implementation
const Automaton({
this.accept,
this.branchResult,
this.placeholder = '{{@state}}',
this.reject,
this.result = 'null',
required this.template,
});
const Automaton({
this.accept,
this.branchResult,
this.placeholder = '{{@state}}',
this.reject,
this.result = 'null',
required this.template,
});