After upgrading to 0.40.0 I started getting an awkward asterisk suffix sign after any type.
Example...
print(elementInstance.type.toString());
I used to get Stream<bool> now I'm getting Stream<bool*>*
Do I miss any analyzer settings or dart formatting?
Thanks in advance.
We can simply use Element's new method
getDisplayString()which has a bool parameterwithNullability.Based on the @Andrey Gritsay's comment I conducted a quick debug into the analyzer package and found it.