SequencePart constructor

SequencePart({
  1. bool isOptional = false,
})

Implementation

SequencePart({this.isOptional = false});