Schedule.fromJson constructor
Schedule.fromJson(
- JsonObject json
Creates a Schedule instance from the provided JSON object.
Implementation
Schedule.fromJson(JsonObject json) : super._internal(json);
Creates a Schedule instance from the provided JSON object.
Schedule.fromJson(JsonObject json) : super._internal(json);