Snow constructor

Snow(
  1. num? oneHour,
  2. num? threeHours
)

Creates a Snow object

Implementation

Snow(
  this.oneHour,
  this.threeHours,
);