isNotRecord property

bool get isNotRecord

Returns true if this data is not Record, otherwise false.

Implementation

bool get isNotRecord => !isRecord;