DraftWithId.fromJson constructor

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

Implementation

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