LogEntrySource.fromJson constructor

LogEntrySource.fromJson(
  1. String value
)

Implementation

factory LogEntrySource.fromJson(String value) =>
    LogEntrySource.values.firstWhere((e) => e.value == value);