SystemControl constructor

SystemControl({
  1. String? namespace,
  2. String? value,
})

Implementation

SystemControl({
  this.namespace,
  this.value,
});