LinkOptions class

Constructors

LinkOptions({bool showUserTag = true, bool showHashTag = true, bool showEmail = true, bool showPhoneNumber = true, bool showUrl = true, 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
looseUrl bool
Enables loose URL parsing (any string with "." is a URL).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showEmail bool
Show email
final
showHashTag bool
Show hashtag
final
showPhoneNumber bool
Show phone number
final
showUrl bool
Show url
final
showUserTag bool
Show user tag.
final

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