LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : class RouteInfo { 2 : final String path; 3 : final Map<String, String?> data; 4 : 5 1 : RouteInfo({required this.path, required this.data}); 6 : } |
![]() |
Generated by: LCOV version 1.15.alpha0w |