toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (not != null) 'not': not!,
if (sequenceSegment != null) 'sequenceSegment': sequenceSegment!,
if (simpleSegment != null) 'simpleSegment': simpleSegment!,
};