hasNotJoinedViaStarterPack property

bool get hasNotJoinedViaStarterPack

Returns true if joinedViaStarterPack is null, otherwise false.

Implementation

bool get hasNotJoinedViaStarterPack => !hasJoinedViaStarterPack;