moduleId property

set moduleId (String id)

Implementation

set moduleId(String id) {
  _modId = id;
  _assertLifeCycle(impl.Lifecycle.created);
}