toJson method

Map<String, dynamic> toJson()

Converts this RecurrencePattern instance to a JSON object.

Implementation

Map<String, dynamic> toJson() => _$RecurrencePatternToJson(this);