TextEntityTypeMentionName constructor
const
TextEntityTypeMentionName({
- required int userId,
A text shows instead of a raw mention of the user (e.g., when the user has no username)
Implementation
const TextEntityTypeMentionName({
required this.userId,
});