TweetSearch.fromJson constructor

TweetSearch.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TweetSearch.fromJson(Map<String, dynamic> json) =>
    _$TweetSearchFromJson(json);