Animal constructor

const Animal({
  1. int hp = 10,
})

Implementation

const Animal({this.hp = 10});