SequenceNode.root constructor

SequenceNode.root({
  1. required bool isUid,
})

Creates a root node with true in isUid if this belongs to a UID sequence.

Root nodes can occur anywhere in a nested sequence node unless it has been flattened.

Compare flatten

Implementation

SequenceNode.root({required this.isUid}) : id = -1;