LCOV - code coverage report
Current view: top level - lib/src/models - timeline_chunk.dart (source / functions) Hit Total Coverage
Test: merged.info Lines: 1 1 100.0 %
Date: 2024-09-28 12:47:43 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:matrix/matrix.dart';
       2             : 
       3             : class TimelineChunk {
       4             :   String prevBatch; // pos of the first event of the database timeline chunk
       5             :   String nextBatch;
       6             : 
       7             :   List<Event> events;
       8           9 :   TimelineChunk(
       9             :       {required this.events, this.prevBatch = '', this.nextBatch = ''});
      10             : }

Generated by: LCOV version 1.14