build method

dynamic build()

Implementation

build() {
  return new BackgroundCheckConfiguration(this.isDisableConsent,
      this.backgroundCheckType, this.monitoringEnabled, this.isSkipView);
}