Runtime<T> constructor

Runtime<T>()

Implementation

factory Runtime() {
  return _singleton;
}