addMode property

String Function(String) get addMode

Implementation

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

Implementation

set addMode(_i2.String Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'addMode',
    _i5.allowInterop(value),
  );
}