Attachments.fromJson constructor

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

Implementation

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