hasRelations property

bool get hasRelations

Whether this query has relation metadata that needs deserialization.

Implementation

bool get hasRelations => relationMetadata != null;