isArray property

bool isArray

Implementation

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

Implementation

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