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