Education constructor

Education(
  1. String schoolLevel,
  2. String schoolName
)

Implementation

Education(this.schoolLevel, this.schoolName);