hasMultipleTables property Null safety
read / write
Whether the query obtained by this context operates on multiple tables.
If it does, columns should prefix their table name to avoid ambiguous queries.
Implementation
bool hasMultipleTables = false;