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