hasNotInvitedBy property

bool get hasNotInvitedBy

Returns true if invitedBy is null, otherwise false.

Implementation

bool get hasNotInvitedBy => !hasInvitedBy;