fromValue static method
Implementation
static NSTextContentManagerEnumerationOptions fromValue(int value) => switch (value) {
0 => NSTextContentManagerEnumerationOptionsNone,
1 => NSTextContentManagerEnumerationOptionsReverse,
_ => throw ArgumentError('Unknown value for NSTextContentManagerEnumerationOptions: $value'),
};