hasNotRelatedRecords property
bool
get
hasNotRelatedRecords
Returns true if relatedRecords
is null, otherwise false.
Implementation
bool get hasNotRelatedRecords => !hasRelatedRecords;
Returns true if relatedRecords
is null, otherwise false.
bool get hasNotRelatedRecords => !hasRelatedRecords;