StructuredFormattingGoogle constructor
StructuredFormattingGoogle({
- String? mainText,
- List<
MatchedSubstringGoogle> ? mainTextMatchedSubstrings, - String? secondaryText,
Implementation
StructuredFormattingGoogle({
this.mainText,
this.mainTextMatchedSubstrings,
this.secondaryText,
});