AttributionReportingSourceRegistrationResult.fromJson constructor

AttributionReportingSourceRegistrationResult.fromJson(
  1. String value
)

Implementation

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