hasRev property

bool get hasRev

Returns true if rev is not null, otherwise false.

Implementation

bool get hasRev => rev != null;