LCOV - code coverage report
Current view: top level - lib\repository_parameters.dart - repository_parameters.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: Tue Jul 13 13:39:38 2021 Functions: 0 0 -

          Line data    Source code
       1             : 
       2             : 
       3             : import 'package:chatwoot_client_sdk/chatwoot_callbacks.dart';
       4             : import 'package:chatwoot_client_sdk/chatwoot_parameters.dart';
       5             : 
       6             : class RepositoryParameters{
       7             :   ChatwootParameters params;
       8             :   ChatwootCallbacks callbacks;
       9             : 
      10           1 :   RepositoryParameters({
      11             :     required this.params,
      12             :     required this.callbacks
      13             :   });
      14             : }

Generated by: LCOV version 1.15.alpha0w