ScheduleResponse constructor

ScheduleResponse({
  1. String? context,
  2. List<ScheduleInformation>? value,
})

Creates a new instance of ScheduleResponse.

Both parameters are optional.

Implementation

ScheduleResponse({this.context, this.value});