GraphqlModelDictionary constructor

const GraphqlModelDictionary(
  1. Map<Type, GraphqlAdapter<GraphqlModel>> mappings
)

Implementation

const GraphqlModelDictionary(Map<Type, GraphqlAdapter<GraphqlModel>> mappings) : super(mappings);