MinecraftStatisticsResponse constructor

MinecraftStatisticsResponse({
  1. required ServiceResult result,
  2. List<MinecraftStatisticsAPI>? response,
})

Implementation

MinecraftStatisticsResponse({required this.result, this.response});