AttributionReportingAggregatableResult.fromJson constructor

AttributionReportingAggregatableResult.fromJson(
  1. String value
)

Implementation

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