menu
esteladevega_tfg_cubex
viewmodel\current_statistics.dart
CurrentStatistics
timesList property
timesList
dark_mode
light_mode
timesList
property
List
<
TimeTraining
>
get
timesList
Obtiene la lista de tiempos de la sesión.
Implementation
List<TimeTraining> get timesList => _timesList;
esteladevega_tfg_cubex
current_statistics
CurrentStatistics
timesList property
CurrentStatistics class