getAvatar method

String? getAvatar()

Implementation

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