isPublic property

  1. @override
bool isPublic
inherited

Whether the element is public.

Public elements are visible within any library that imports the library in which they are declared.

Implementation

@override
bool get isPublic => !isPrivate;