constructor()

in src/source.ts [13:16]


  constructor(id: number, url: string) {
    this._id = id;
    this._url = url;
  }