User constructor

User({String email, String name, String surname, String profilePictureUrl, String uid })

Implementation

User({this.email, this.name, this.surname, this.profilePictureUrl, this.uid});