DraftCreateDraftInput.fromJson constructor

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

Implementation

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