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