resultOp property Null safety
final
Implementation
static final NormalArgOperation resultOp = NormalArgOperation(
arg: ArgAlternates(
synonyms: _letterSynonyms,
children: List.generate(
_letterLabelsList.length,
(i) => KeyArg(
key: _letterLabelsList[i],
child: ArgDone((m) => (m as Model15).resultMatrix = i)))),
name: 'RESULT');