TweetWithheld.fromJson constructor

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

Implementation

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