freezed_result 1.0.2
freezed_result: ^1.0.2 copied to clipboard
A Result<Success, Failure> that feels like a Freezed union. It holds the outcome of an operation—a value of type Success, or an error of type Failure—and methods to work with it.