hasNotRecord property

bool get hasNotRecord

Returns true if record is null, otherwise false.

Implementation

bool get hasNotRecord => !hasRecord;