Map Model Provider
Secondary constructor for the MapModelProvider class.
Initializes the provider with a single model builder mapped to the provided model identifier.
Parameters
model Identifier
the identifier for the model
builder
the builder responsible for creating the model
Creates a MapModelProvider with an optional initial set of model builders.
Parameters
model Builders
A mutable map containing model identifiers and their corresponding ModelCreator functions. Default is an empty map.