DayOfWeek.fromJson constructor

DayOfWeek.fromJson(
  1. String json
)

Implementation

factory DayOfWeek.fromJson(String json) => DayOfWeek(json);