isPrivate property

  1. @override
bool get isPrivate
override

A library cannot be private.

Implementation

@override
bool get isPrivate => false;