isExtensible property

bool Function(T) get isExtensible

Implementation

_i2.bool Function(T) get isExtensible => (T p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'isExtensible',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set isExtensible (bool value(T))

Implementation

set isExtensible(_i2.bool Function(T) value) {
  _i4.setProperty(
    this,
    'isExtensible',
    _i4.allowInterop(value),
  );
}