GetAttachments$Query.fromJson constructor

GetAttachments$Query.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetAttachments$Query.fromJson(Map<String, dynamic> json) =>
    _$GetAttachments$QueryFromJson(json);