constructor()

in index.js [14:17]


  constructor(httpProvider) {
    super();
    this.httpProvider = httpProvider;
  }