constructor()

in todo/data/database.js [17:19]


  constructor(id: string) {
    this.id = id;
  }