`dart analyze --fatal-infos` (used by CI but not by my local `flutter analyze` invocation) flagged the inline `searchResults` literal as missing a trailing comma. Move the literal to a `const` map with a trailing comma so the lint passes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>