GlobNodeSegments constructor

GlobNodeSegments(
  1. String? source,
  2. int position,
  3. List<GlobNodeSegment>? nodes
)

Implementation

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