AttachmentRequest.fromJson constructor

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

Implementation

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