constructor()
in
src/construct.ts [579:581]
3
lines of code
1
McCabe index (conditional complexity)
constructor(id?: string) { super(undefined as any, id ?? ''); }