STEPS TO REPRODUCE 1. Open https://main-api.flutter.dev/ 2. Click the search field in the top right, or press `/`. 3. Type `Duration`. 4. Press Enter. EXPECTED RESULTS The Duration class should be the top result after step 3 and in the complete list after step 4. ACTUAL RESULTS `Duration` doesn't appear anywhere. The `Duration` class _is_ in the API docs though: https://main-api.flutter.dev/flutter/dart-core/Duration-class.html