I just started using Dart, and I haven't been able to find answers to these issues.
How do these three AS3 lines translate into Dart?
1) static var asset:*;
<<-- basically how do I handle *
type
2) static function getAsset():* {
<<-- same issue, how do I handle *
type?
3) static function loadImages(... images):void {
<< -- how do I handle ...
argument?