MinecraftStatisticsResponse constructor
MinecraftStatisticsResponse({
- required ServiceResult result,
- List<
MinecraftStatisticsAPI> ? response,
Implementation
MinecraftStatisticsResponse({required this.result, this.response});