hasRkey property
bool
get
hasRkey
Returns true if rkey
is not null, otherwise false.
Implementation
bool get hasRkey => rkey != null;
Returns true if rkey
is not null, otherwise false.
bool get hasRkey => rkey != null;