hasNotInvitedBy property
bool
get
hasNotInvitedBy
Returns true if invitedBy
is null, otherwise false.
Implementation
bool get hasNotInvitedBy => !hasInvitedBy;
Returns true if invitedBy
is null, otherwise false.
bool get hasNotInvitedBy => !hasInvitedBy;