DeviceReport constructor

DeviceReport({
  1. List<AppState>? appState,
  2. String? lastUpdatedTimestampMillis,
})

Implementation

DeviceReport({
  this.appState,
  this.lastUpdatedTimestampMillis,
});