depthReadOnly property
bool
get
depthReadOnly
Implementation
bool get depthReadOnly => js_util.getProperty(this, 'depthReadOnly');
set
depthReadOnly
(bool newValue)
Implementation
set depthReadOnly(bool newValue) {
js_util.setProperty(this, 'depthReadOnly', newValue);
}