ReadingProgression.fromValue constructor
ReadingProgression.fromValue(
- String? value
Implementation
factory ReadingProgression.fromValue(String? value) => _values
.firstWhere((it) => it.value == value?.toLowerCase(), orElse: () => auto);