fromValue static method
Implementation
static AudioContextLatencyCategory fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static AudioContextLatencyCategory fromValue(String value) =>
values.firstWhere((e) => e.value == value);