AttributionReportingTriggerDataMatching.fromJson constructor

AttributionReportingTriggerDataMatching.fromJson(
  1. String value
)

Implementation

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