Open
Description
Since we have had Dart 3, we have access to sealed classes. I propose we migrate the Result
class to sealed
instead of abstract
. I have done so in a fork. See the comparison. But since the minimum version had to be changed to >=3.0.0 <4.0.0
, I'd like to first discuss this