hasNotInviteNote property

bool get hasNotInviteNote

Returns true if inviteNote is null, otherwise false.

Implementation

bool get hasNotInviteNote => !hasInviteNote;