Map<String, dynamic> toJson() { final statistic = this.statistic; return { if (statistic != null) 'statistic': statistic, }; }