activate property

Future Function() get activate

Implementation

_i2.Future<_i2.dynamic> Function() get activate =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'activate',
          ),
          r'call',
          [this],
        ));
set activate (Future value())

Implementation

set activate(_i2.Future<_i2.dynamic> Function() value) {
  _i5.setProperty(
    this,
    'activate',
    _i5.allowInterop(value),
  );
}