Converts an Event instance to JSON.
Map<String, dynamic> toJson() => { 'id': id, 'timestamp': timestamp, 'details': details, };