isArray property

bool get isArray

Implementation

bool get isArray {
  return js_bd.JSValueIsArray(_context.ref, _ref);
}