hasRecord property

bool get hasRecord

Returns true if record is not null, otherwise false.

Implementation

bool get hasRecord => record != null;