VIConversationConfig class

Configuration either to create a new conversation or restore a previously created conversation:

Constructors

VIConversationConfig({bool direct = false, bool publicJoin = false, bool uber = false, String? title, Map<String, Object> customData = const {}, List<VIConversationParticipant> participants = const []})

Properties

customData Map<String, Object>
Get the custom data
getter/setter pair
direct bool
Check if a conversation is configured as direct or not.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participants List<VIConversationParticipant>
Get the list of conversation participants
getter/setter pair
publicJoin bool
Check if a conversation is configured as public or not.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Get the title
getter/setter pair
uber bool
Check if a conversation is configured as uber or not.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited