isPublic property

  1. @override
bool get isPublic
override

Whether the name of this element does not start with an underscore.

This is the opposite of isPrivate.

Implementation

@override
bool get isPublic => !isPrivate;