LCOV - code coverage report
Current view: top level - src/database/entity - app_icon_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 AppIconEntity {
       2             :   String id;
       3             :   String url;
       4             : 
       5           1 :   AppIconEntity({
       6             :     this.id,
       7             :     this.url,
       8             :   });
       9             : }

Generated by: LCOV version 1.14