MmSystem constructor

MmSystem({
  1. String? name,
  2. String? value,
})

Returns a new MmSystem instance.

Implementation

MmSystem({
  this.name,
  this.value,
});