isExtensible method

bool isExtensible(
  1. Object target
)

Returns a value that indicates whether new properties can be added to an object.

Implementation

_i2.bool isExtensible(_i2.Object target) => _i3.callMethod(
      this,
      'isExtensible',
      [target],
    );