LaunchMiniProgramResp constructor

const LaunchMiniProgramResp({
  1. required int errorCode,
  2. String? errorMsg,
  3. String? extMsg,
})

Implementation

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