如何在飞镖物体破坏前做些事情?
在Java中,我们可以做一些像override finalize(),在C ++中我们可以做类似〜Someclass(),
但是我怎么能在镖中做到这一点,我在https://www.dartlang.org/阅读了文档,但没有找到答案。
这不支持。 Dart中没有什么像析构函数。
JS垃圾收集器没有提供实现这个的方法。 另请参阅https://stackoverflow.com/a/20490161/217408和https://github.com/dart-lang/sdk/issues/3691