setKeysForSync property

void Function(List<String>) get setKeysForSync

Implementation

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

Implementation

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