rootSessionTitle property

String get rootSessionTitle

Implementation

String get rootSessionTitle => currentRobot?.name?.isNotEmpty == true
    ? currentRobot!.name!
    : ChatKitUtils.getConversationTargetId(conversationId);