projectionCount property

  1. @override
int? get projectionCount
override

Known number of selected expressions, or null when it cannot be proven.

Implementation

@override
int? get projectionCount => projection.isEmpty ? null : projection.length;