Health(HealthStatus status)

Creates a Health object with the given status.

Source

Health(this.status) {
  assert(status != null);
}