What is the Dart “Expando” feature about, what does it do?
问题 Have been seeing the term "Expando" used recently with Dart. Sounds interesting. The API did not provide much of a clue to me. An example or two could be most helpful! (Not sure if this is related, but I am most anxious for a way to add methods (getters) and/or variables to a class. Hoping this might be a key to solving this problem. (hint: I am using the Nosuchmethod method now and want to be able to return the value of the unfound method.)) Thanks in advance, _swarmii 回答1: Expandos allow