farmershands
cow_data_day
CowDataDay
CowDataDay constructor
CowDataDay
CowDataDay
constructor
Null safety
CowDataDay
(
{
DateTime
?
date
,
required
List
<
CowDataHour
>
cowDataHour
}
)
Implementation
CowDataDay({ this.date, required this.cowDataHour, });
farmershands
cow_data_day
CowDataDay
CowDataDay constructor
CowDataDay class
Constructors
CowDataDay
fromJson
Properties
cowDataHour
date
hashCode
runtimeType
Methods
diffDay
noSuchMethod
toJson
toString
Operators
operator ==