CreateConversationParams constructor
const
CreateConversationParams({
- required ConversationType type,
- required ConversationMode mode,
- String? name,
- List<
String> ? participantIds, - Duration? expiresIn,
- Map<
String, dynamic> ? extra,
Implementation
const CreateConversationParams({
required this.type,
required this.mode,
this.name,
this.participantIds,
this.expiresIn,
this.extra,
});