ToMany constructor

ToMany(
  1. Iterable<Identifier> identifiers
)

Implementation

ToMany(Iterable<Identifier> identifiers) {
  _ids.addAll(identifiers);
}