hasInviteNote property

bool get hasInviteNote

Returns true if inviteNote is not null, otherwise false.

Implementation

bool get hasInviteNote => inviteNote != null;