DayOfWeek.fromJson constructor

DayOfWeek.fromJson(
  1. Object? json
)

Implementation

factory DayOfWeek.fromJson(Object? json) => DayOfWeek(json as String);