menu
dart_twitter_api package
documentation
api/tweets/data/tweet.dart
Tweet
Tweet.fromJson factory constructor
Tweet.fromJson factory constructor
dark_mode
light_mode
Tweet.fromJson
constructor
Tweet.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Tweet.fromJson(Map<String, dynamic> json) => _$TweetFromJson(json);
dart_twitter_api package
documentation
api/tweets/data/tweet
Tweet
Tweet.fromJson factory constructor
Tweet class