hasReferences property

bool get hasReferences

Implementation

bool get hasReferences => columns.any((column) => column is ReferenceColumn);