问题 I am building a web application using dart with web_ui. Everything was working fine until i added the web_ui pub, and now, when I am trying to run a build.dart file I get an error: Uncaught Error: type 'AttributeName' is not a subtype of type 'String' of 'name'. What does this mean? From what I understand, this means there is somewhere an instance named 'name' of class 'AttributeName' that is extending 'String' class. I searched my entire project and there is nowhere a class named