LinkOptions constructor
const
LinkOptions({})
Implementation
const LinkOptions({
this.showUserTag = true,
this.showHashTag = true,
this.showEmail = true,
this.showPhoneNumber = true,
this.showUrl = true,
this.looseUrl = false,
this.defaultToHttps = false,
this.excludeLastPeriod = true,
});