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