DPIProcessResponse constructor

DPIProcessResponse({
  1. required bool error,
  2. required String message,
  3. required List details,
})

Implementation

DPIProcessResponse({
  required this.error,
  required this.message,
  required this.details,
});