Weather constructor

Weather({
  1. bool? raining,
  2. bool? thundering,
})

Implementation

Weather({this.raining, this.thundering});