avatarUrl property

String? get avatarUrl

Implementation

String? get avatarUrl {
  Map? userInfo = attributes?[msgUserInfoKey];
  return userInfo?[userAvatarKey];
}