NamedLocation constructor

NamedLocation({
  1. required String name,
  2. required List<int> fieldPathSegment,
  3. required int start,
})

Implementation

NamedLocation(
    {required this.name,
    required this.fieldPathSegment,
    required this.start});