commit | 13ebb7355404e35b94e8a3bf27b31a0560e43012 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@google.com> | Tue Jan 21 09:22:18 2020 -0800 |
committer | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Jan 21 09:52:00 2020 -0800 |
tree | c15eb51ef7d56e12210a8fd9e5b27d34c0a2026e | |
parent | 1755c7466ae6629cd90abcb54e168131c6858b8f [diff] |
Ignore unused fields in private class – copied from SDK
diff --git a/pkgs/web_socket_channel/lib/src/copy/web_socket_impl.dart b/pkgs/web_socket_channel/lib/src/copy/web_socket_impl.dart index 21464a2..b980bec 100644 --- a/pkgs/web_socket_channel/lib/src/copy/web_socket_impl.dart +++ b/pkgs/web_socket_channel/lib/src/copy/web_socket_impl.dart
@@ -12,6 +12,8 @@ // This is up-to-date as of sdk revision // 365f7b5a8b6ef900a5ee23913b7203569b81b175. +// ignore_for_file: unused_field + import 'dart:async'; import 'dart:convert'; import 'dart:math';