constructor()

in lib/bb-20-master-stack.ts [16:21]


  constructor(scope: core.Construct, id: string, props: BbCoreProps) {
    super(scope, id);
    
    this.orgID = props.orgId;
    
  }