LCOV - code coverage report
Current view: top level - lib/models - chatmessage.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2026-07-15 19:28:30 Functions: 0 0 -

          Line data    Source code
       1             : class ChatMessage {
       2             :   final int o;
       3             :   final String d;
       4             : 
       5           0 :   ChatMessage({required this.o, required this.d});
       6             : 
       7           0 :   ChatMessage.fromJson(Map<String, dynamic> json) : o = json['o'], d = json['d'];
       8             : 
       9           0 :   Map<String, dynamic> toJson() => {'o': o, 'd': d};
      10             : }

Generated by: LCOV version 1.14