GetSendStatisticsResponse constructor

GetSendStatisticsResponse({
  1. List<SendDataPoint>? sendDataPoints,
})

Implementation

GetSendStatisticsResponse({
  this.sendDataPoints,
});