depthFormat property

int depthFormat

Implementation

int get depthFormat => js_util.getProperty(this, 'depthFormat');
void depthFormat=(int newValue)

Implementation

set depthFormat(int newValue) {
  js_util.setProperty(this, 'depthFormat', newValue);
}