HPSStatus constructor

HPSStatus({
  1. bool? running,
})

Returns a new HPSStatus instance.

Implementation

HPSStatus({
  this.running,
});