Why does a function not check the type of a passed parameter when it is not assigned to any variable?
This prevented many of my utility functions from getting accurate type error warnings when used by dart developers, but they still reported errors at runtime.
Why does a function not check the type of a passed parameter when it is not assigned to any variable?
This prevented many of my utility functions from getting accurate type error warnings when used by dart developers, but they still reported errors at runtime.