LCOV - code coverage report
Current view: top level - utils - red_fire_config.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:firebase_core/firebase_core.dart';
       2             : 
       3             : import 'auth_options.dart';
       4             : 
       5             : class RedFireConfig {
       6           0 :   const RedFireConfig({
       7             :     required FirebaseOptions firebase,
       8             :     required AuthOptions auth,
       9             :   })  : _firebase = firebase,
      10             :         _auth = auth;
      11             : 
      12             :   final FirebaseOptions _firebase;
      13             :   final AuthOptions _auth;
      14             : 
      15           0 :   FirebaseOptions get firebase => _firebase;
      16           0 :   AuthOptions get auth => _auth;
      17             : }

Generated by: LCOV version 1.13