ScheduleResponse constructor
ScheduleResponse({
- String? context,
- List<
ScheduleInformation> ? value,
Creates a new instance of ScheduleResponse.
Both parameters are optional.
Implementation
ScheduleResponse({this.context, this.value});