Map<String, dynamic> toJson() => { 'id': id, 'type': type, 'timestamp': timestamp.toUtc().toIso8601String(), 'body': body, };