We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since
1 parent a09c585 commit 27130d8Copy full SHA for 27130d8
sdk/lib/core/weak.dart
@@ -69,6 +69,7 @@ class Expando<T extends Object> {
69
/// Not all objects are supported as targets for weak references.
70
/// The [WeakReference] constructor will reject any object that is not
71
/// supported as an [Expando] key.
72
+@Since("2.17")
73
abstract class WeakReference<T extends Object> {
74
/// Creates a [WeakReference] pointing to the given [target].
75
///
@@ -162,6 +163,7 @@ abstract class WeakReference<T extends Object> {
162
163
/// but as high-level events similar to timer events.
164
165
/// Finalization callbacks must not throw.
166
167
abstract class Finalizer<T> {
168
/// Creates a finalizer with the given finalization callback.
169
0 commit comments