hasNotRecordUri property

bool get hasNotRecordUri

Returns true if recordUri is null, otherwise false.

Implementation

bool get hasNotRecordUri => !hasRecordUri;