LCOV - code coverage report
Current view: top level - lib/models - search.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2024-08-22 16:58:37 Functions: 0 0 -

          Line data    Source code
       1             : class SearchResult {
       2             :   String searchID;
       3             :   int conversationIdentifier;
       4             :   int messageIndex;
       5           0 :   SearchResult({required this.searchID, required this.conversationIdentifier, required this.messageIndex});
       6             : }

Generated by: LCOV version 1.14