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