define property

Implementation

void Function(
  _i2.String,
  _i3.CustomElementConstructor, [
  _i3.ElementDefinitionOptions?,
]) get define => (
      _i2.String p0,
      _i3.CustomElementConstructor p1, [
      _i3.ElementDefinitionOptions? p2,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'define',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i6.undefined,
          ],
        );

Implementation

set define(
    void Function(
      _i2.String,
      _i3.CustomElementConstructor, [
      _i3.ElementDefinitionOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'define',
    _i4.allowInterop(value),
  );
}