Reboot$Response constructor

const Reboot$Response({
  1. String? reboot,
})

Implementation

const Reboot$Response({
  this.reboot,
});