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