TimeTraining constructor
Constructor para inicializar un tiempo de entrenamiento.
Implementation
TimeTraining(
{this.idTimeTraining,
required this.idSession,
required this.scramble,
required this.timeInSeconds,
this.comments,
String? penalty,
String? registrationDate})
: registrationDate = registrationDate ?? DateTime.now().toString(),
penalty = penalty ?? "none";