AttributionReportingSourceType.fromJson constructor

AttributionReportingSourceType.fromJson(
  1. String value
)

Implementation

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