hasNotRelatedRecords property

bool get hasNotRelatedRecords

Returns true if relatedRecords is null, otherwise false.

Implementation

bool get hasNotRelatedRecords => !hasRelatedRecords;