menu
tadamon
features/counter_manager/logic/counter_state.dart
CounterState
CounterState.new constructor
CounterState.new
dark_mode
light_mode
CounterState
constructor
CounterState
(
{
required
int
objectBoxCount
,
required
int
firebaseCount
,
})
Implementation
CounterState({required this.objectBoxCount, required this.firebaseCount});
tadamon
counter_state
CounterState
CounterState.new constructor
CounterState class