CurrentOutOfOfficeData constructor
CurrentOutOfOfficeData([
- void b()?
Creates a new CurrentOutOfOfficeData object using the builder pattern.
Implementation
factory CurrentOutOfOfficeData([void Function(CurrentOutOfOfficeDataBuilder)? b]) = _$CurrentOutOfOfficeData;