Map<String, dynamic> toJson() => { 'role': role, 'content': content, if (timestamp != null) 'timestamp': timestamp, };