hasNotRelativeToDid property
bool
get
hasNotRelativeToDid
Returns true if relativeToDid
is null, otherwise false.
Implementation
bool get hasNotRelativeToDid => !hasRelativeToDid;
Returns true if relativeToDid
is null, otherwise false.
bool get hasNotRelativeToDid => !hasRelativeToDid;