farmershands
sensor
Sensor
Sensor constructor
Sensor
Sensor
constructor
Null safety
Sensor
(
{
required
String
id
,
Farm
?
farm
,
Cow
?
cow
,
required
List
<
CowGroup
>
groups
}
)
Implementation
Sensor({ required this.id, this.farm, this.cow, required this.groups, });
farmershands
sensor
Sensor
Sensor constructor
Sensor class
Constructors
Sensor
fromJson
Properties
cow
farm
groups
hashCode
id
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==