dbe6d5852a
Nullable types for values in map patterns require the key to be present. Since the 'uri' key is not always present in DDS exception responses, this was causing us to fall back to throwing a StateError. Related issue: https://github.com/flutter/flutter/issues/152684 Change-Id: I929e1e880c4fc6f740ee595e6e852f23fa247b92 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/378600 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Derek Xu <derekx@google.com> Auto-Submit: Ben Konyi <bkonyi@google.com>