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