ThingConnectivity constructor

ThingConnectivity({
  1. bool? connected,
  2. int? timestamp,
})

Implementation

ThingConnectivity({
  this.connected,
  this.timestamp,
});