RecurrencePattern.fromJson constructor

RecurrencePattern.fromJson(
  1. Map<String, dynamic> json
)

Creates a RecurrencePattern instance from a JSON object.

Implementation

factory RecurrencePattern.fromJson(Map<String, dynamic> json) =>
    _$RecurrencePatternFromJson(json);