Salinity constructor

Salinity(
  1. int salinity,
  2. double density
)

Implementation

Salinity(this.salinity, this.density);