Dart: Generics
In Dart, by default collections are heterogeneous.
However, by the use of generics, we can make a collection to hold homogeneous values.
The use of Generics makes the use of a single compulsory data type to be held inside the collection. Such collect...
jinali.hashnode.dev3 min read