AndrossyUser constructor

const AndrossyUser({
  1. String? uid,
  2. String? name,
  3. String? email,
  4. String? password,
  5. String? phone,
  6. String? photo,
})

Implementation

const AndrossyUser({
  this.uid,
  this.name,
  this.email,
  this.password,
  this.phone,
  this.photo,
});