hasRelations property
bool
get
hasRelations
Whether this query has relation metadata that needs deserialization.
Implementation
bool get hasRelations => relationMetadata != null;
Whether this query has relation metadata that needs deserialization.
bool get hasRelations => relationMetadata != null;