isPrivate 属性

bool isPrivate

此声明是否为库私有。

对于一个库声明,始终返回 false,如果不是库声明,则当声明名称以下划线字符 (_) 开头时返回 true,否则返回 false

实现

bool get isPrivate;