TweetAttachments.fromJson constructor

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

Implementation

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