Tweet.fromRawJson constructor

Tweet.fromRawJson(
  1. String str
)

Implementation

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