Deprecate IterableExtensions that have exact equivalents in the SDK · Issue #671 · dart-lang/core · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IterableNullableExtension:
.whereNotNull()
has an exact equivalent in the SDK -.nonNulls
.IterableExtension:
.firstOrNull
,.lastOrNull
,.singleOrNull
and.elementAtOrNull(i)
have exact equivalents in the SDK under the same name.These are available since Dart 3.0 - in core, without needing to import anything.
The text was updated successfully, but these errors were encountered: