WechatAPIResp constructor

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

Implementation

const WechatAPIResp({required this.errorCode, this.errorMsg});