Should I prefer `dynamic` or `Object?` for generics in Dart?
I’ve been trying to understand how I should enforce the strict-raw-types rule from Dart, and make sure my code adheres strictly to the type system.
I’ve been trying to understand how I should enforce the strict-raw-types rule from Dart, and make sure my code adheres strictly to the type system.