DailyPlan class

Constructors

DailyPlan({required int id, required DateTime dateTime, required List<Training<Asset>> trainigList, Duration? restTime, Test? test, required PlanState state, required String resultText, ImageTraining? dailyCover, required bool hasSkipRest, String? title})

Properties

dailyCover ImageTraining?
final
dateTime DateTime
final
hashCode int
The hash code for this object.
no setterinherited
hasSkipRest bool
final
id int
final
restTime Duration?
final
resultText String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state PlanState
final
test Test?
final
title String?
final
trainigList List<Training<Asset>>
final

Methods

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

Operators

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