Health constructor

Health(HealthStatus status)

Creates a Health object with the given status.

Implementation

Health(this.status)
  : assert(status != null);