6a8c81205a
It was assigning a List<String> to List<String?> which is allowed due to (unsound) covariance but would then fail at runtime when null was assigned to a list element. Change-Id: Ia893998e8866067b54cfa354b9c4e13d76b6d9ea Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253303 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Srujan Gaddam <srujzs@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>