LaunchMiniProgramResp constructor
const
LaunchMiniProgramResp({})
Implementation
const LaunchMiniProgramResp({
required int errorCode,
String? errorMsg,
String? payWay,
this.extMsg,
}) : super(errorCode: errorCode, errorMsg: errorMsg,payWay: payWay);