Return true if the given name is visible only within the library in which it is declared.
true
name
static bool isPrivateName(String name) => name.isNotEmpty && name[0] == "_";