HealthPoints constructor

HealthPoints({
  1. required int maximum,
})

Implementation

HealthPoints({required this.maximum}) : current = maximum;