hasNotRelativeToDid property

bool get hasNotRelativeToDid

Returns true if relativeToDid is null, otherwise false.

Implementation

bool get hasNotRelativeToDid => !hasRelativeToDid;