getStyleById property

BaseStyle? Function(String) get getStyleById

Implementation

_i3.BaseStyle? Function(_i2.String) get getStyleById =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getStyleById',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getStyleById (BaseStyle? value(String))

Implementation

set getStyleById(_i3.BaseStyle? Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'getStyleById',
    _i5.allowInterop(
        (p0) => () => value(p0) ?? _i7.undefined ?? _i7.undefined),
  );
}