UserInfo constructor

UserInfo(
  1. String id,
  2. String name,
  3. String email,
  4. String picture,
  5. String address,
)

Implementation

UserInfo(this.id, this.name, this.email, this.picture, this.address);