getByValue static method
Implementation
static MapVisibilityState getByValue(int value) {
return MapVisibilityState.values.firstWhere((x) => x.rawValue == value);
}
static MapVisibilityState getByValue(int value) {
return MapVisibilityState.values.firstWhere((x) => x.rawValue == value);
}