Query$GraphUtil_IsDeviceOnline constructor

Query$GraphUtil_IsDeviceOnline({
  1. bool? isDeviceOnline,
  2. String $__typename = 'Query',
})

Implementation

Query$GraphUtil_IsDeviceOnline({
  this.isDeviceOnline,
  this.$__typename = 'Query',
});