TUILoginUserInfo constructor

TUILoginUserInfo({
  1. required String userId,
  2. String? userName,
  3. String? avatarUrl,
  4. Map<String, String>? customInfo,
})

Implementation

TUILoginUserInfo(
    {required this.userId, this.userName, this.avatarUrl, this.customInfo});