depthFormat property

int? get depthFormat

Implementation

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

Implementation

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