UserInfo constructor

UserInfo(
  1. String name,
  2. bool status,
  3. String phone,
  4. String registerDate,
  5. String terminationDate,
)

Implementation

UserInfo(this.name, this.status, this.phone, this.registerDate,
    this.terminationDate);