TimeTraining class

Clase que representa un tiempo en una sesión.

Constructors

TimeTraining({int? idTimeTraining, required int? idSession, required String scramble, required double timeInSeconds, String? comments, String? penalty, String? registrationDate})
Constructor para inicializar un tiempo de entrenamiento.

Properties

comments String?
Comentarios adicionales sobre el tiempo registrado (opcional).
final
hashCode int
The hash code for this object.
no setterinherited
idSession int?
Identificador de la sesión asociada.
final
idTimeTraining int?
Identificador único del tiempo (opcional).
final
penalty String?
Penalización asociada al tiempo (por defecto "none").
final
registrationDate String
Fecha de registro del tiempo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scramble String
Scramble utilizado para la resolución del tiempo.
final
timeInSeconds double
Tiempo registrado en segundos.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited