menu
bodsquare_sdk package
documentation
conversations/models/conversations_model.dart
ConversationsModel
ConversationsModel constructor
ConversationsModel constructor
dark_mode
light_mode
ConversationsModel
constructor
ConversationsModel
(
{
int
?
id
,
String
?
email
,
String
?
username
,
String
?
imageUrl
,
List
<
Chats
>
?
chats
,
String
?
platform
,
})
Implementation
ConversationsModel( {this.id, this.email, this.username, this.imageUrl, this.chats, this.platform});
bodsquare_sdk package
documentation
conversations/models/conversations_model
ConversationsModel
ConversationsModel constructor
ConversationsModel class