TextEntityTypeMentionName constructor

const TextEntityTypeMentionName({
  1. 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,
});