UserInfo constructor

UserInfo({
  1. String? username,
  2. String? profileUrl,
})

Implementation

UserInfo({this.username, this.profileUrl});