DraftUpdateDraftInput constructor
- @JsonSerializable.new(includeIfNull: false)
- @DraftWithIdConverter() required DraftWithId draft,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory DraftUpdateDraftInput({
@DraftWithIdConverter() required DraftWithId draft,
Map<String, dynamic>? $unknown,
}) = _DraftUpdateDraftInput;