Open dave-doty opened 2 months ago
Dart 3 has a new feature called records that is similar to tuples/named tuples: https://dart.dev/language/records
We should replace all usages of Tuple2, Tuple3, etc. from the tuple package with these, and remove the tuple package dependency.
Tuple2
Tuple3
Dart 3 has a new feature called records that is similar to tuples/named tuples: https://dart.dev/language/records
We should replace all usages of
Tuple2
,Tuple3
, etc. from the tuple package with these, and remove the tuple package dependency.