TransactionsRefreshResponse constructor

TransactionsRefreshResponse({
  1. required String requestId,
})

Implementation

TransactionsRefreshResponse({
  required this.requestId,
});