UTSModel constructor

UTSModel({
  1. String? release,
  2. String? sysName,
  3. String? nodeName,
  4. String? machine,
  5. String? version,
})

Implementation

UTSModel(
    {this.release, this.sysName, this.nodeName, this.machine, this.version});