Snow constructor Null safety

Snow(
  1. {double the1H = 0,
  2. double the3H = 0}
)

Implementation

Snow({
  this.the1H = 0,
  this.the3H = 0,
});