HttpScopeViewConfig constructor

const HttpScopeViewConfig({
  1. bool recordFilter(
    1. HttpRecord record
    )?,
  2. String? manualUrl,
  3. void onOpenManual(
    1. String manualUrl
    )?,
})

Implementation

const HttpScopeViewConfig({
  this.recordFilter,
  this.manualUrl,
  this.onOpenManual,
});