OtherPrefs constructor

OtherPrefs({
  1. List<NameValue>? nameValues,
})

Implementation

OtherPrefs({
  this.nameValues
});