LinkifyOptions class

Constructors

LinkifyOptions({bool humanize = true, bool removeWww = false, bool looseUrl = false, bool defaultToHttps = false, bool excludeLastPeriod = true})
const

Properties

defaultToHttps bool
When used with looseUrl, default to https instead of http.
final
excludeLastPeriod bool
Excludes . at end of URLs.
final
hashCode int
The hash code for this object.
no setterinherited
humanize bool
Removes http/https from shown URLs.
final
looseUrl bool
Enables loose URL parsing (any string with "." is a URL).
final
removeWww bool
Removes www. from shown URLs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited