build method

Implementation

ModelManagerConfig build() {
  return ModelManagerConfig(
    enableLogging: _enableLogging,
  );
}