MapMapper<M extends Map> constructor

MapMapper<M extends Map>(
  1. Map<K, V> fromMap<K, V>(
    1. Map<K, V> map
    ),
  2. Function typeFactory
)

Implementation

MapMapper(this.fromMap, this.typeFactory);