LCOV - code coverage report
Current view: top level - src/utils - ambiguate.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2022-11-04 14:47:16 Functions: 0 0 -

          Line data    Source code
       1             : /// This allows a value of type T or T? to be treated as a value of type T?.
       2             : ///
       3             : /// We use this so that APIs that have become non-nullable can still be used
       4             : /// with `!` and `?` to support older versions of the API as well.
       5           5 : T? ambiguate<T>(T? value) => value;

Generated by: LCOV version 1.16