TweetData.fromJson constructor

TweetData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TweetData.fromJson(Map<String, Object?> json) =>
    _$TweetDataFromJson(json);