LCOV - code coverage report
Current view: top level - entities - result.camera.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2022-06-06 13:58:49 Functions: 0 0 -

          Line data    Source code
       1             : class ResultCamera {
       2             :   late String? base64;
       3             :   late String? encrypted;
       4             :   static const String map_base64 = "base64";
       5             :   static const String map_encrypted = "encrypted";
       6             : 
       7           0 :   ResultCamera(String? base64, String? encrypted) {
       8           0 :     this.base64 = base64;
       9           0 :     this.encrypted = encrypted;
      10             :   }
      11             : }

Generated by: LCOV version 1.16