parse method

  1. @override
Recurrence parse(
  1. String texValue
)
override

Parses this property.

The default implementation does not support parsing and throws a FormatException

Implementation

@override
Recurrence parse(String texValue) => Recurrence.parse(textValue);