CalendarPeriod.fromJson constructor

CalendarPeriod.fromJson(
  1. Object? json
)

Implementation

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