只读属性

bool? 只读

实现

bool? get readOnly native;
void 只读=(bool? value)

实现

set readOnly(bool? value) native;