createAttribute property

Attr Function(String) get createAttribute

Implementation

_i3.Attr Function(_i2.String) get createAttribute =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'createAttribute',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set createAttribute (Attr value(String))

Implementation

set createAttribute(_i3.Attr Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'createAttribute',
    _i4.allowInterop(value),
  );
}