CollectionMapper<InternalItem, Item> constructor

CollectionMapper<InternalItem, Item>(
  1. Collection<InternalItem> internal,
  2. FutureOr<Item> mapper(
    1. InternalItem
    )
)

Implementation

CollectionMapper(this.internal, this.mapper);