hasRecordUri property

bool get hasRecordUri

Returns true if recordUri is not null, otherwise false.

Implementation

bool get hasRecordUri => recordUri != null;