LinkifyOptions constructor

const LinkifyOptions({
  1. bool humanize = true,
  2. bool removeWww = false,
  3. bool looseUrl = false,
  4. bool defaultToHttps = false,
  5. bool excludeLastPeriod = true,
})

Implementation

const LinkifyOptions({
  this.humanize = true,
  this.removeWww = false,
  this.looseUrl = false,
  this.defaultToHttps = false,
  this.excludeLastPeriod = true,
});