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