UserActionsModel constructor
UserActionsModel({})
Implementation
UserActionsModel({
required this.isCancel,
required this.isContinue,
required this.isApply,
required this.isTopUp,
this.journeyType,
this.reqId,
this.kycStatus,
this.isPmrUploaded,
this.isCmrUploaded,
});