newInstance method

Model newInstance()

Implementation

Model newInstance() {
  return (runtimeType as dynamic)();
}