LCOV - code coverage report
Current view: top level - src/ui/editor/pages/helper_editor/font_editor/pickers/font_weight_picker - font_weight_picker_viewmodel.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2020-12-04 18:41:24 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/material.dart';
       2             : import 'package:mvvm_builder/mvvm_builder.dart';
       3             : 
       4             : class FontWeightPickerModel extends MVVMModel {
       5             :   Map<String, FontWeight> fontWeights;
       6             :   String selectedFontWeightKey;
       7             : 
       8           1 :   FontWeightPickerModel({
       9             :     this.fontWeights,
      10             :     this.selectedFontWeightKey,
      11             :   });
      12             : }

Generated by: LCOV version 1.14