constructor()

in src/backends/client/base.ts [73:76]


  constructor(singleton: any) {
    super();
    this.singleton = singleton;
  }