is2D property

bool is2D

Implementation

bool get is2D => js_util.getProperty(this, 'is2D');
void is2D=(bool newValue)

Implementation

set is2D(bool newValue) {
  js_util.setProperty(this, 'is2D', newValue);
}