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