AvailableTime.fromJson constructor

AvailableTime.fromJson(
  1. JsonObject _json
)

Creates an AvailableTime instance from the provided JSON object.

Implementation

AvailableTime.fromJson(this._json);