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