LCOV - code coverage report
Current view: top level - src/database/entity - version_entity.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 4 4 100.0 %
Date: 2020-12-04 18:41:24 Functions: 0 0 -

          Line data    Source code
       1             : /// User Application version
       2             : class VersionEntity {
       3             :   int id;
       4             :   String name;
       5             : 
       6           2 :   VersionEntity({this.id, this.name});
       7             : 
       8           2 :   Map<String, dynamic> toJson() => {
       9           1 :     'id': id,
      10           1 :     'name': name
      11             :   };
      12             : }

Generated by: LCOV version 1.14