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