hasAlsoKnownAs property

bool get hasAlsoKnownAs

Returns true if alsoKnownAs is not null, otherwise false.

Implementation

bool get hasAlsoKnownAs => alsoKnownAs != null;