GlobNodeSegments constructor
GlobNodeSegments(
- String? source,
- int position,
- List<
GlobNodeSegment> ? nodes
Implementation
GlobNodeSegments(String? source, int position, List<GlobNodeSegment>? nodes)
: super(source, position, nodes);