BasicInfo constructor

BasicInfo(
  1. String name,
  2. String address,
  3. String birthDay,
  4. Gender gender,
)

Implementation

BasicInfo(this.name, this.address, this.birthDay, this.gender);