autoSettings property

bool? autoSettings

Implementation

bool? get autoSettings => _autoSettings;
void autoSettings=(bool? val)

Implementation

set autoSettings(bool? val) {
  _autoSettings = val;
  _set({"autoSettings": val});
}