LinkifyOptions class

Constructors

LinkifyOptions({bool humanize = true, bool removeWww = false, bool looseUrl = false, bool defaultToHttps = false, bool excludeLastPeriod = true, String? urlText, bool linkAsList = false})
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
linkAsList bool
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
urlText String?
If set, will use this text instead of the URL.
final

Methods

copyWith({bool? humanize, bool? removeWww, bool? looseUrl, bool? defaultToHttps, bool? excludeLastPeriod, String? urlText, bool? linkAsList}) LinkifyOptions
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