Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(converters): allow nullable return type in Convert method
Updated the `Convert` method in the `DivisionMathConverter` class to return a nullable object type (`object?`) instead of a non-nullable object. This change allows the method to explicitly return `null` as a valid value.
- Loading branch information