LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : class NavSetting { 2 2 : 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 |