LCOV - code coverage report
Current view: top level - src/ui/editor/pages/helper_editor/font_editor/pickers/font_family_picker - font_family_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:mvvm_builder/mvvm_builder.dart';
       2             : 
       3             : class FontFamilyPickerModel extends MVVMModel {
       4             :   List<String> fonts;
       5             :   List<String> originalFonts;
       6             :   bool isLoading;
       7             :   String selectedFontFamilyKey;
       8             : 
       9           1 :   FontFamilyPickerModel({
      10             :     this.fonts,
      11             :     this.originalFonts,
      12             :     this.isLoading,
      13             :     this.selectedFontFamilyKey,
      14             :   });
      15             : }

Generated by: LCOV version 1.14