StructuredFormatting constructor
StructuredFormatting({
- String mainText = "",
- List<
MatchedSubstring> ? mainTextMatchedSubstrings, - String secondaryText = "",
- List<
MatchedSubstring> ? secondaryTextMatchedSubstrings,
Creates a StructuredFormatting instance.
Implementation
StructuredFormatting({
this.mainText = "",
this.mainTextMatchedSubstrings,
this.secondaryText = "",
this.secondaryTextMatchedSubstrings,
});