selections property

List<Selection> selections

Implementation

List<Selection> get selections => astNode!.selections
    .map((selection) => Selection.fromNode(selection, schemaType, getType))
    .toList();