DepositSwitchCreateResponse constructor

DepositSwitchCreateResponse({
  1. required String depositSwitchId,
  2. required String requestId,
})

Implementation

DepositSwitchCreateResponse({
  required this.depositSwitchId,
  required this.requestId,
});