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