UserInfo constructor

UserInfo({
  1. String? email,
})

Implementation

UserInfo({
  this.email,
});