GetStatisticsResponse constructor

GetStatisticsResponse({
  1. Statistics? statistics,
})

Implementation

GetStatisticsResponse({
  this.statistics,
});