Person constructor

Person(
  1. String name,
  2. int age
)

Implementation

Person(this.name,this.age);