fromValue static method

AutoplayPolicyMediaType fromValue(
  1. String value
)

Implementation

static AutoplayPolicyMediaType fromValue(String value) =>
    values.firstWhere((e) => e.value == value);