SequenceNode constructor

SequenceNode()

Implementation

SequenceNode() {
  value = <String>[];
}