newInstance method

dynamic newInstance()

Implementation

dynamic newInstance() {
  return constructor.call();
}