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