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