fromValue static method
Implementation
static NSEventSwipeTrackingOptions fromValue(int value) => switch (value) {
1 => NSEventSwipeTrackingLockDirection,
2 => NSEventSwipeTrackingClampGestureAmount,
_ => throw ArgumentError('Unknown value for NSEventSwipeTrackingOptions: $value'),
};