ChatMessageAttachmentsInput.fromJson constructor

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

Implementation

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