addObject method

void addObject (
  1. AcmObject object
)

Implementation

void addObject(AcmObject object) => _objects.add(object);