hasInvitedBy property

bool get hasInvitedBy

Returns true if invitedBy is not null, otherwise false.

Implementation

bool get hasInvitedBy => invitedBy != null;