Is it really not possible to create multiple constructors for a class in dart?
in my Player Class, If I have this constructor
Player(String name, int col
i had found solution to solve this problem depend on checked the type of data you are passed it to function
Try this Solution