ModelTest constructor

ModelTest(
  1. String title,
  2. String des,
  3. int otherOption
)

Implementation

ModelTest(this.title, this.des, this.otherOption);