constructor()

in src/construct.ts [579:581]


  constructor(id?: string) {
    super(undefined as any, id ?? '');
  }