GetCalendarStateResponse constructor
GetCalendarStateResponse({
- String? atTime,
- String? nextTransitionTime,
- CalendarState? state,
Implementation
GetCalendarStateResponse({
this.atTime,
this.nextTransitionTime,
this.state,
});