isSealed property

bool Function([dynamic]) get isSealed

Implementation

static _i2.bool Function([_i2.dynamic]) get isSealed =>
    ([_i2.dynamic p0]) => _i6.callMethod(
          _i6.getProperty(
            _i7.target0,
            'isSealed',
          ),
          r'call',
          [
            _i7.target0,
            p0,
          ],
        );
set isSealed (bool value([dynamic]))

Implementation

static set isSealed(_i2.bool Function([_i2.dynamic]) value) {
  _i6.setProperty(
    _i7.target0,
    'isSealed',
    _i6.allowInterop(value),
  );
}