GetCalendarStateResponse constructor

GetCalendarStateResponse({
  1. String? atTime,
  2. String? nextTransitionTime,
  3. CalendarState? state,
})

Implementation

GetCalendarStateResponse({
  this.atTime,
  this.nextTransitionTime,
  this.state,
});