SubscribeMsgResp constructor
const
SubscribeMsgResp({})
Implementation
const SubscribeMsgResp({
required int errorCode,
String? errorMsg,
this.templateId,
this.scene,
this.action,
this.reserved,
this.openId,
}) : super(errorCode: errorCode, errorMsg: errorMsg);