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