LCOV - code coverage report
Current view: top level - src/database/entity/helper - schema_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             : import 'package:hive/hive.dart';
       2             : 
       3             : import 'helper_group_entity.dart';
       4             : 
       5             : part 'schema_entity.g.dart';
       6             : 
       7             : @HiveType(typeId: 0)
       8             : class SchemaEntity {
       9             : 
      10             :   @HiveField(0)
      11             :   String projectId;
      12             : 
      13             :   @HiveField(1)
      14             :   List<HelperGroupEntity> groups;
      15             : 
      16             :   @HiveField(2)
      17             :   int schemaVersion;
      18             : 
      19           2 :   SchemaEntity({this.projectId, this.groups, this.schemaVersion});
      20             : }

Generated by: LCOV version 1.14