hasInvites property

bool get hasInvites

Returns true if invites is not null, otherwise false.

Implementation

bool get hasInvites => invites != null;