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