Schedule.fromJson constructor

Schedule.fromJson(
  1. JsonObject json
)

Creates a Schedule instance from the provided JSON object.

Implementation

Schedule.fromJson(JsonObject json) : super._internal(json);