DSPrefs constructor

DSPrefs()

Implementation

DSPrefs() {
  assert(_instance == null);
  _instance ??= this;
}