BodyPain constructor

const BodyPain({
  1. int painLevel = 0,
  2. PainType? type,
})

Implementation

const BodyPain({this.painLevel = 0, this.type});