Bond constructor

Bond(
  1. BondStyle bondStyle,
  2. int beginAtom,
  3. int endAtom
)

Implementation

Bond(this.bondStyle, this.beginAtom, this.endAtom);