Conditions constructor
Implementation
Conditions({
required this.type,
required this.stamp,
required this.description,
required this.daylight,
required this.params,
required this.img,
});
Conditions({
required this.type,
required this.stamp,
required this.description,
required this.daylight,
required this.params,
required this.img,
});