Temp constructor

const Temp(
  1. String name,
  2. String abbr
)

Implementation

const Temp(this.name, this.abbr);