$initModelHandlers method

  1. @internal
void $initModelHandlers(
  1. Map<String, $ModelHandler> mapModels
)
inherited

Implementation

@internal
void $initModelHandlers(Map<String, $ModelHandler> mapModels) {
	this._mapModels = mapModels;
}