hasNotRev property

bool get hasNotRev

Returns true if rev is null, otherwise false.

Implementation

bool get hasNotRev => !hasRev;