notIn property

List<String>? get notIn

@deprecated

Implementation

_i2.List<_i2.String>? get notIn => (_i5.getProperty(
      this,
      'notIn',
    ) as _i2.List?)
        ?.cast();
set notIn (List<String>? value)

Implementation

set notIn(_i2.List<_i2.String>? value) {
  _i5.setProperty(
    this,
    'notIn',
    value ?? _i6.undefined,
  );
}