OutOfOfficeSetOutOfOfficeResponseApplicationJson constructor

OutOfOfficeSetOutOfOfficeResponseApplicationJson([
  1. void b(
    1. OutOfOfficeSetOutOfOfficeResponseApplicationJsonBuilder
    )?
])

Creates a new OutOfOfficeSetOutOfOfficeResponseApplicationJson object using the builder pattern.

Implementation

factory OutOfOfficeSetOutOfOfficeResponseApplicationJson([
  void Function(OutOfOfficeSetOutOfOfficeResponseApplicationJsonBuilder)? b,
]) = _$OutOfOfficeSetOutOfOfficeResponseApplicationJson;