hasNotInvites property
bool
get
hasNotInvites
Returns true if invites
is null, otherwise false.
Implementation
bool get hasNotInvites => !hasInvites;
Returns true if invites
is null, otherwise false.
bool get hasNotInvites => !hasInvites;