ChemicalElement constructor
ChemicalElement({})
Implementation
ChemicalElement({
required this.chemicalSymbol,
required this.elementName,
required this.atomicNumber,
required this.atomicMass,
this.meltingPoint,
this.boilingPoint,
});