InitResp constructor

InitResp({
  1. String? terminalId,
  2. String? merchantName,
})

Constructor

Implementation

InitResp({this.terminalId, this.merchantName});