hasRelations property

bool get hasRelations

Whether this table has generated relations to attach.

A separate flag rather than a null check on applyRelations, because reading that field across table types is itself the runtime cast this method exists to avoid.

Implementation

bool get hasRelations => applyRelations != null;