menu
bodsquare_sdk package
documentation
conversations/models/delete_conversation_response/delete_conversation_response.dart
DeleteConversationResponse
DeleteConversationResponse const constructor
DeleteConversationResponse const constructor
dark_mode
light_mode
DeleteConversationResponse
constructor
const
DeleteConversationResponse
(
{
String
?
status
,
int
?
code
,
String
?
message
,
})
Implementation
const DeleteConversationResponse({this.status, this.code, this.message});
bodsquare_sdk package
documentation
conversations/models/delete_conversation_response/delete_conversation_response
DeleteConversationResponse
DeleteConversationResponse const constructor
DeleteConversationResponse class