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
converting a runtimeType into a type (similar to TypeChecker from the analyzer)
This one you can do from the builder instances in your macro - see the type{Reference|Declaration|Definition}Of apis. Or I think that is what you were asking for at least :).
expose an utility to obtain the nearest common interface between two types (like num for double+int, but Object for String+int)
Ya I think we also want a utility to check if some type is exactly another type. Possibly with or without taking into account the generic type.
So far, a type only exposes limited informations
It would be useful to add extra utilities, such as:
runtimeType
into a type (similar toTypeChecker
from the analyzer)The text was updated successfully, but these errors were encountered: