Subjective constructor

Subjective({
  1. String? symptoms,
  2. String? concerns,
})

Implementation

Subjective({this.symptoms, this.concerns});