TaskProcessingApiGetNextScheduledTaskResponseApplicationJson constructor

TaskProcessingApiGetNextScheduledTaskResponseApplicationJson([
  1. void b(
    1. TaskProcessingApiGetNextScheduledTaskResponseApplicationJsonBuilder
    )?
])

Creates a new TaskProcessingApiGetNextScheduledTaskResponseApplicationJson object using the builder pattern.

Implementation

factory TaskProcessingApiGetNextScheduledTaskResponseApplicationJson([
  void Function(TaskProcessingApiGetNextScheduledTaskResponseApplicationJsonBuilder)? b,
]) = _$TaskProcessingApiGetNextScheduledTaskResponseApplicationJson;