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