test property

bool Function(String) get test

Implementation

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

Implementation

set test(_i2.bool Function(_i2.String) value) {
  _i6.setProperty(
    this,
    'test',
    _i6.allowInterop(value),
  );
}