BaseReq constructor

const BaseReq({
  1. required String openId,
})

Implementation

const BaseReq({required this.openId});