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-11-12 07:37:08 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,
      10             :     this.prevBatch = '',
      11             :     this.nextBatch = '',
      12             :   });
      13             : }

Generated by: LCOV version 1.14