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