You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to obtain more information about a function using the VM services? Currently, I'm using the runtimeType string you get from a function to parse out that information - this is pretty hard to do, and more importantly, it doesn't work for constructors as the runtimeType is just the type of the class.
Proposal:
Add arguments field to Function. It should contain positional arguments (in correct order), named arguments (in addition to their names), and optional arguments.