hasNotAlsoKnownAs property

bool get hasNotAlsoKnownAs

Returns true if alsoKnownAs is null, otherwise false.

Implementation

bool get hasNotAlsoKnownAs => !hasAlsoKnownAs;