hasNestedQuery property

bool hasNestedQuery

Whether this query contains nested queries or not

Implementation

bool get hasNestedQuery =>
    resultSet.nestedResults.any((e) => e is NestedResultQuery);