ScheduleResponse class

Represents the response to a schedule request.

Each instance holds the context and a list of ScheduleInformation.

Constructors

ScheduleResponse({String? context, List<ScheduleInformation>? value})
Creates a new instance of ScheduleResponse.
ScheduleResponse.fromJson(Map<String, dynamic> json)
Creates a new instance of ScheduleResponse from a JSON object.
factory

Properties

context String?
The context of the response, usually a URI.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<ScheduleInformation>?
The list of ScheduleInformation in the response.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited