NewToMany constructor

NewToMany(
  1. Iterable<NewIdentifier> identifiers
)

Implementation

NewToMany(Iterable<NewIdentifier> identifiers) {
  _ids.addAll(identifiers);
}