OutOfOfficeClearOutOfOfficeResponseApplicationJson constructor

OutOfOfficeClearOutOfOfficeResponseApplicationJson([
  1. void b(
    1. OutOfOfficeClearOutOfOfficeResponseApplicationJsonBuilder
    )?
])

Creates a new OutOfOfficeClearOutOfOfficeResponseApplicationJson object using the builder pattern.

Implementation

factory OutOfOfficeClearOutOfOfficeResponseApplicationJson([
  void Function(OutOfOfficeClearOutOfOfficeResponseApplicationJsonBuilder)? b,
]) = _$OutOfOfficeClearOutOfOfficeResponseApplicationJson;