farmershands
cow_data_band_value
CowDataBandValue
CowDataBandValue constructor
CowDataBandValue
CowDataBandValue
constructor
Null safety
CowDataBandValue
(
{
required
double
mean
,
required
double
lower
,
required
double
upper
}
)
Implementation
CowDataBandValue({ required this.mean, required this.lower, required this.upper, });
farmershands
cow_data_band_value
CowDataBandValue
CowDataBandValue constructor
CowDataBandValue class
Constructors
CowDataBandValue
fromJson
Properties
hashCode
lower
mean
runtimeType
upper
Methods
noSuchMethod
toJson
toString
Operators
operator ==