AttributionReportingEventLevelResult.fromJson constructor

AttributionReportingEventLevelResult.fromJson(
  1. String value
)

Implementation

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