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