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