| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| import "dart:collection" as collection; | |
| typedef VoidFunction = () → void; | |
| class Fisk extends core::Object { | |
| synthetic constructor •() → self::Fisk | |
| ; | |
| method it1(dynamic x) → dynamic | |
| ; | |
| } | |
| static method main(dynamic arguments) → dynamic | |
| ; |