LCOV - code coverage report
Current view: top level - src - value.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 3 3 100.0 %
Date: 2020-06-20 14:47:21 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/foundation.dart';
       2             : 
       3             : class Value<T> extends ValueNotifier<T> {
       4           2 :   Value(T value) : super(value);
       5             : 
       6           1 :   void update() {
       7           1 :     notifyListeners();
       8             :   }
       9             : }

Generated by: LCOV version 1.14