hasNestedQuery property

bool get hasNestedQuery

Whether this query contains nested queries or not

Implementation

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