isPublic property Null safety
Return true
if this element is public. Public elements are visible
within any library that imports the library in which they are declared.
Implementation
bool get isPublic;
Return true
if this element is public. Public elements are visible
within any library that imports the library in which they are declared.
bool get isPublic;