Auth<T extends User> constructor

Auth<T extends User>()

Implementation

factory Auth() {
  return _singleton as Auth<T>;
}