isArray property

bool get isArray

Implementation

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

Implementation

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