Core<T> constructor

Core<T>()

Implementation

factory Core() {
  return _instance as Core<T>;
}