isPrivate 属性

bool isPrivate

此声明是否为库私有。

库声明始终返回 false,否则如果声明名称以下划线字符 (_) 开头,则返回 true,否则返回 false

实现

bool get isPrivate;