RestModelDictionary constructor

const RestModelDictionary(
  1. Map<Type, RestAdapter<RestModel>> mappings
)

Implementation

const RestModelDictionary(Map<Type, RestAdapter<RestModel>> mappings) : super(mappings);