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