hasRelativeToDid property

bool get hasRelativeToDid

Returns true if relativeToDid is not null, otherwise false.

Implementation

bool get hasRelativeToDid => relativeToDid != null;