TimeOfWeek.fromJson constructor

TimeOfWeek.fromJson(
  1. String source
)

Implementation

factory TimeOfWeek.fromJson(String source) {
  return TimeOfWeek.fromMap(json.decode(source));
}