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