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

          Line data    Source code
       1             : class GraphicEntity {
       2             :   String id;
       3             :   String url;
       4             :   DateTime uploadedDate;
       5             : 
       6           1 :   GraphicEntity({
       7             :     this.id,
       8             :     this.url,
       9             :     this.uploadedDate,
      10             :   });
      11             : }

Generated by: LCOV version 1.14