CmbPbPayResp constructor

const CmbPbPayResp({
  1. required int code,
  2. String? msg,
})

Implementation

const CmbPbPayResp({
  required this.code,
  this.msg,
});