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