InstrumentResponse constructor

InstrumentResponse({
  1. required String type,
  2. required RedirectInfo redirectInfo,
})

Implementation

InstrumentResponse({
  required this.type,
  required this.redirectInfo,
});