Polymorphism
Last updated
Last updated
As Dart has type inference , if you don't explicitly write the datatype , you won't notice how polymorphism is working . For this reason all the codes in this section has explicit datatype . If you take advantage of "type inference" , the polymorphism will still exits , but will seem less "magical"