ReportedOs constructor

ReportedOs({
  1. String? family,
  2. String? name,
  3. String? version,
})

Implementation

ReportedOs({
  this.family,
  this.name,
  this.version,
});