Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (sessionId != null) { json[r'session_id'] = sessionId; } return json; }