UserProtobuf constructor

UserProtobuf({
  1. String? uid,
  2. String? nickname,
  3. String? avatar,
})

Implementation

UserProtobuf({this.uid, this.nickname, this.avatar});