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

          Line data    Source code
       1             : class InAppUserEntity {
       2             :   String id;
       3             :   String inAppId;
       4             :   bool disabledHelpers;
       5             :   bool anonymous;
       6             : 
       7           2 :   InAppUserEntity(
       8             :       {this.id, this.inAppId, this.disabledHelpers, this.anonymous});
       9             : 
      10           1 :   Map<String, dynamic> toJson() {
      11           1 :     return {
      12           1 :       "id": this.id,
      13           1 :       "inAppId": this.inAppId,
      14           1 :       "disabledHelpers": this.disabledHelpers,
      15           1 :       "anonymous": this.anonymous,
      16             :     };
      17             :   }
      18             : }

Generated by: LCOV version 1.14