OpenCustomerServiceChatResp constructor

const OpenCustomerServiceChatResp({
  1. required int errorCode,
  2. String? errorMsg,
})

Implementation

const OpenCustomerServiceChatResp({
  required super.errorCode,
  super.errorMsg,
});