menu
fire_rag package
documentation
record/repository.dart
ProgressTrackerState
ProgressTrackerState.new const constructor
ProgressTrackerState.new const constructor
dark_mode
light_mode
ProgressTrackerState
constructor
const
ProgressTrackerState
(
{
required
int
total
,
int
completed
=
0
,
})
Implementation
const ProgressTrackerState({required this.total, this.completed = 0});
fire_rag package
documentation
record/repository
ProgressTrackerState
ProgressTrackerState.new const constructor
ProgressTrackerState class