TransferGetRequest constructor

TransferGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String transferId,
})

Implementation

TransferGetRequest({
  this.clientId,
  this.secret,
  required this.transferId,
});