getPluginDataKeys property

List<String> Function() get getPluginDataKeys

Implementation

_i2.List<_i2.String> Function() get getPluginDataKeys =>
    () => ((_i5.callMethod(
          _i5.getProperty(
            this,
            'getPluginDataKeys',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getPluginDataKeys (List<String> value())

Implementation

set getPluginDataKeys(_i2.List<_i2.String> Function() value) {
  _i5.setProperty(
    this,
    'getPluginDataKeys',
    _i5.allowInterop(value),
  );
}