Molecule constructor

Molecule(
  1. List<Atom> atoms
)

Implementation

Molecule(List<Atom> super.atoms);