WebSettings constructor

const WebSettings({
  1. String replace(
    1. String
    )?,
  2. bool reload(
    1. String
    )?,
})

Implementation

const WebSettings({
  this.replace,
  this.reload,
});