WeekDayOfMonth.fromJson constructor
WeekDayOfMonth.fromJson(
- Map json_
Implementation
WeekDayOfMonth.fromJson(core.Map json_)
: this(
dayOfWeek: json_['dayOfWeek'] as core.String?,
weekOfMonth: json_['weekOfMonth'] as core.String?,
);