SystemParameters constructor

SystemParameters({
  1. List<SystemParameterRule>? rules,
})

Implementation

SystemParameters({
  this.rules,
});