DMAttachments.fromJson constructor

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

Implementation

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