TextSegment constructor
TextSegment(])
Implementation
TextSegment(
this.text, [
this.name,
this.isHashtag = false,
this.isMention = false,
this.isTag = false,
this.tagName,
this.isUrl = false,
]);
TextSegment(
this.text, [
this.name,
this.isHashtag = false,
this.isMention = false,
this.isTag = false,
this.tagName,
this.isUrl = false,
]);