LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:redux/redux.dart'; 2 : 3 : import '../../app_state.dart'; 4 : import '../actions/update_sections_v_m_action.dart'; 5 : 6 : class UpdateSectionsVMReducer 7 : extends TypedReducer<AppState, UpdateSectionsVMAction> { 8 1 : UpdateSectionsVMReducer() 9 3 : : super((state, action) => state.copyWith 10 3 : .sections(creatingNewSection: action.creatingNewSection)); 11 : } |
![]() |
Generated by: LCOV version 1.13 |