DeleteConversationResponse constructor

const DeleteConversationResponse({
  1. String? status,
  2. int? code,
  3. String? message,
})

Implementation

const DeleteConversationResponse({this.status, this.code, this.message});