Working with types in your libraries/packages is difficult. I'm writing a json validation library for dart, and working with types is a pain xD Not using types, that's not that hard, but passing types around and expecting certain types and so on is quite difficult.
Working with types in your libraries/packages is difficult. I'm writing a json validation library for dart, and working with types is a pain xD Not using types, that's not that hard, but passing types around and expecting certain types and so on is quite difficult.
PD: Not difficult to do, difficult to do well
Acurate xD