addSubject method

void addSubject (
  1. AcmSubject subject
)

Implementation

void addSubject(AcmSubject subject) => _subjects.add(subject);