MentionEntityV2.fromRawJson constructor
MentionEntityV2.fromRawJson(
- String str
Implementation
factory MentionEntityV2.fromRawJson(String str) =>
MentionEntityV2.fromJson(json.decode(str));
factory MentionEntityV2.fromRawJson(String str) =>
MentionEntityV2.fromJson(json.decode(str));