TweetEntities.fromRawJson constructor

TweetEntities.fromRawJson(
  1. String str
)

Implementation

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