names property

List<String> get names

All capture names declared by the concatenated query.

Implementation

List<String> get names => query.captureNames;