TweetEntitiesV2.fromRawJson constructor

TweetEntitiesV2.fromRawJson(
  1. String str
)

Implementation

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