constructor()

in lib/ab_dashboard.ts [37:39]


    constructor(scope: Construct, id: string) {
        super(scope, id);
    }