getAvatar method

String? getAvatar()

Implementation

String? getAvatar() {
  return user?.avatar;
}