hasRelatedRecords property

bool get hasRelatedRecords

Returns true if relatedRecords is not null, otherwise false.

Implementation

bool get hasRelatedRecords => relatedRecords != null;