hasRkey property

bool get hasRkey

Returns true if rkey is not null, otherwise false.

Implementation

bool get hasRkey => rkey != null;