InstrumentResponse constructor
InstrumentResponse({
- required String type,
- required RedirectInfo redirectInfo,
Implementation
InstrumentResponse({
required this.type,
required this.redirectInfo,
});