LCOV - code coverage report
Current view: top level - code_generators/instances - app_info_instance.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 4 4 100.0 %
Date: 2021-11-02 09:21:23 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:widgetbook_generator/code_generators/instances/instance.dart';
       2             : import 'package:widgetbook_generator/code_generators/properties/property.dart';
       3             : 
       4             : /// An instance for AppInfo
       5             : class AppInfoInstance extends Instance {
       6             :   /// Creates a new instance of [AppInfoInstance]
       7           2 :   AppInfoInstance({
       8             :     required String name,
       9           2 :   }) : super(
      10             :           name: 'AppInfo',
      11           2 :           properties: [
      12           2 :             Property.string(key: 'name', value: name),
      13             :           ],
      14             :         );
      15             : }

Generated by: LCOV version 1.15