LCOV - code coverage report
Current view: top level - lib/setting/lib/setting - nav_setting.dart (source / functions) Coverage Total Hit
Test: lcov.info Lines: 100.0 % 1 1
Test Date: 2024-02-05 08:51:01 Functions: - 0 0

            Line data    Source code
       1              : class NavSetting {
       2            1 :   NavSetting({
       3              :     required this.useRootNavigator,
       4              :     this.useSafeArea,
       5              :   });
       6              : 
       7              :   final bool useRootNavigator;
       8              :   final bool? useSafeArea;
       9              : }
        

Generated by: LCOV version 2.0-1