LCOV - code coverage report
Current view: top level - navigation/actions - remove_current_page_action.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 4 25.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:freezed_annotation/freezed_annotation.dart';
       2             : 
       3             : import '../../types/redux_action.dart';
       4             : import '../../types/typedefs.dart';
       5             : 
       6             : part 'remove_current_page_action.freezed.dart';
       7             : part 'remove_current_page_action.g.dart';
       8             : 
       9             : @freezed
      10             : class RemoveCurrentPageAction with _$RemoveCurrentPageAction, ReduxAction {
      11          50 :   const RemoveCurrentPageAction._();
      12             :   const factory RemoveCurrentPageAction() = _RemoveCurrentPageAction;
      13             : 
      14           0 :   factory RemoveCurrentPageAction.fromJson(JsonMap json) =>
      15           0 :       _$RemoveCurrentPageActionFromJson(json);
      16             : 
      17           0 :   @override
      18             :   String get typeName => 'RemoveCurrentPageAction';
      19             : }

Generated by: LCOV version 1.13