Fragment constructor

Fragment({
  1. required String name,
  2. required Set<Atom> atoms,
  3. required Set<Bond> bonds,
  4. required BoundingBox boundingBox,
})

Implementation

Fragment(
    {required this.name,
    required this.atoms,
    required this.bonds,
    required this.boundingBox});