factory StatsReport.fromMap(Map<String, dynamic> map) => StatsReport(map['id'], map['type'], map['timestamp'], map);