isPrivate property

  1. @deprecated
bool isPrivate

This flag has no meaning within the context of this library, but if you are implementing some sort of interpreter, you may consider acting based on whether a variable is private.

Implementation

@deprecated
bool get isPrivate => visibility == Visibility.private;