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