Parse from a json
factory TextEntityTypeMentionName.fromJson(Map<String, dynamic> json) => TextEntityTypeMentionName( userId: json['user_id'], );