OsHistory constructor

OsHistory({
  1. DateTime? datetime,
  2. String? os,
})

Implementation

OsHistory({
  this.datetime,
  this.os,
});