isPrivate property

bool isPrivate

Wether this declaration is only accessible from the same namespace.

Implementation

bool get isPrivate => _isPrivate || (id == null);