Weather constructor Null safety
Implementation
Weather({
required this.id,
required this.main,
required this.description,
required this.icon,
});
Weather({
required this.id,
required this.main,
required this.description,
required this.icon,
});