isPrivate property
bool
get
isPrivate
Wether this declaration is only accessible from the same namespace.
Implementation
bool get isPrivate => _isPrivate || (id == null);
Wether this declaration is only accessible from the same namespace.
bool get isPrivate => _isPrivate || (id == null);