UserDetails constructor

UserDetails(
  1. dynamic _source,
  2. String id,
  3. String name,
  4. String email,
  5. String pictureUrl,
  6. String phone,
  7. String firebaseId,
)

Implementation

UserDetails(this._source, this.id, this.name, this.email, this.pictureUrl,
    this.phone, this.firebaseId);