OutOfOfficeGetOutOfOfficeResponseApplicationJson constructor

OutOfOfficeGetOutOfOfficeResponseApplicationJson([
  1. void b(
    1. OutOfOfficeGetOutOfOfficeResponseApplicationJsonBuilder
    )?
])

Creates a new OutOfOfficeGetOutOfOfficeResponseApplicationJson object using the builder pattern.

Implementation

factory OutOfOfficeGetOutOfOfficeResponseApplicationJson([
  void Function(OutOfOfficeGetOutOfOfficeResponseApplicationJsonBuilder)? b,
]) = _$OutOfOfficeGetOutOfOfficeResponseApplicationJson;