LCOV - code coverage report
Current view: top level - src/ui/editor/pages/app_settings - app_settings_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/widgets.dart';
       2             : import 'package:mvvm_builder/mvvm_builder.dart';
       3             : 
       4             : class AppSettingsModel extends MVVMModel {
       5             :   Size headerSize;
       6             :   String appVersion;
       7             :   String appName;
       8             :   bool appIconAnimation;
       9             :   bool isSendingAppIcon;
      10             :   bool isLoadingAppInfo;
      11             :   String appIconUrl;
      12             :   String appIconId;
      13             : 
      14           1 :   AppSettingsModel({
      15             :     this.headerSize,
      16             :     this.appVersion,
      17             :     this.appName,
      18             :     this.appIconAnimation,
      19             :     this.isSendingAppIcon,
      20             :     this.isLoadingAppInfo,
      21             :   });
      22             : }
      23             : 
      24             : 
      25             : 

Generated by: LCOV version 1.14