createInstance method

T createInstance()

Implementation

T createInstance() {
  return _creator();
}