StatisticIndexResponse constructor

StatisticIndexResponse({
  1. int? amount,
})

Returns a new StatisticIndexResponse instance.

Implementation

StatisticIndexResponse({
  this.amount,
});