is2D property

bool get is2D

Implementation

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

Implementation

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