UserModel constructor

UserModel({
  1. String? id,
  2. String? nickname,
  3. String? photoUrl,
})

Implementation

UserModel({this.id, this.nickname, this.photoUrl});