LogEntrySource.fromJson constructor Null safety
- String value
Implementation
factory LogEntrySource.fromJson(String value) =>
LogEntrySource.values.firstWhere((e) => e.value == value);
factory LogEntrySource.fromJson(String value) =>
LogEntrySource.values.firstWhere((e) => e.value == value);