TweetV1Response.fromRawJson constructor

TweetV1Response.fromRawJson(
  1. String str
)

Implementation

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