EventOutOfOfficeProperties.fromJson constructor
EventOutOfOfficeProperties.fromJson(
- Map json_
Implementation
EventOutOfOfficeProperties.fromJson(core.Map json_)
: this(
autoDeclineMode: json_['autoDeclineMode'] as core.String?,
declineMessage: json_['declineMessage'] as core.String?,
);