GetTextEntities constructor
const
GetTextEntities({
- required String text,
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously
Implementation
const GetTextEntities({
required this.text,
});