hasNotInvites property

bool get hasNotInvites

Returns true if invites is null, otherwise false.

Implementation

bool get hasNotInvites => !hasInvites;