When destructuring the headers of a http response the error appears:
Performing hot reload...
lib/cljd-out/acme/main.dart:39:19: Error: 'K' isn't a type.
late final dc.Map<K, V> map$8746_$2;
^
lib/cljd-out/acme/main.dart:39:22: Error: 'V' isn't a type.
late final dc.Map<K, V> map$8746_$2;
Describe the bug
When destructuring the headers of a http response the error appears:
To Reproduce Steps to reproduce the behavior:
Expected behavior It would be possible to println the
access-control-allow-headers
from the response when button clicked.