Reader constructor

Reader()

Implementation

factory Reader() {
  return _singleton;
}