Address analyzer errors in golden files in dart:html

New analyzer errors are reported for dart:html around nullability.
Non-nullable fields are translated to native getters and setters if part
of a concrete class and normal getters and setters if abstract.

Change-Id: I2fd87803a08872b2a7eae4de0af704f184997c7e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137481
Reviewed-by: Stephen Adams <sra@google.com>
This commit is contained in:
Srujan Gaddam 2020-02-29 01:29:35 +00:00 committed by commit-bot@chromium.org
parent 80f84e1942
commit 9f79dfc37d
21 changed files with 1420 additions and 751 deletions

View file

@ -13,159 +13,12 @@ ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/h
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|1541|8|14|Non-nullable instance field 'autoUncompress' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|171|8|12|Non-nullable instance field 'autoCompress' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|990|10|4|Non-nullable instance field 'name' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|17637|15|4|Non-nullable instance field 'body' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19492|10|7|Non-nullable instance field 'dirName' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19508|10|7|Non-nullable instance field 'dirName' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19568|10|12|Non-nullable instance field 'autocomplete' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19570|8|9|Non-nullable instance field 'autofocus' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19574|7|9|Non-nullable instance field 'maxLength' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19576|8|8|Non-nullable instance field 'multiple' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19578|10|7|Non-nullable instance field 'pattern' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19580|10|11|Non-nullable instance field 'placeholder' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19582|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19584|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19586|7|4|Non-nullable instance field 'size' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19633|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19635|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19637|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19654|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19656|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19658|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19675|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19677|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19679|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19696|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19698|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19700|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19719|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19721|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19738|10|11|Non-nullable instance field 'placeholder' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19740|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19742|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19776|8|7|Non-nullable instance field 'checked' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19778|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19795|8|7|Non-nullable instance field 'checked' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19797|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19806|10|6|Non-nullable instance field 'accept' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19808|8|8|Non-nullable instance field 'multiple' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19810|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19821|10|10|Non-nullable instance field 'formAction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19823|10|11|Non-nullable instance field 'formEnctype' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19825|10|10|Non-nullable instance field 'formMethod' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19827|8|14|Non-nullable instance field 'formNoValidate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19829|10|10|Non-nullable instance field 'formTarget' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19839|10|3|Non-nullable instance field 'alt' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19841|10|10|Non-nullable instance field 'formAction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19843|10|11|Non-nullable instance field 'formEnctype' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19845|10|10|Non-nullable instance field 'formMethod' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19847|8|14|Non-nullable instance field 'formNoValidate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19849|10|10|Non-nullable instance field 'formTarget' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19851|7|6|Non-nullable instance field 'height' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19853|10|3|Non-nullable instance field 'src' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19855|7|5|Non-nullable instance field 'width' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4194|10|11|Non-nullable instance field '_background' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4206|10|21|Non-nullable instance field '_backgroundAttachment' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4218|10|16|Non-nullable instance field '_backgroundColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4230|10|16|Non-nullable instance field '_backgroundImage' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4242|10|19|Non-nullable instance field '_backgroundPosition' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4254|10|17|Non-nullable instance field '_backgroundRepeat' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4266|10|7|Non-nullable instance field '_border' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4278|10|13|Non-nullable instance field '_borderBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4290|10|18|Non-nullable instance field '_borderBottomColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4302|10|18|Non-nullable instance field '_borderBottomStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4314|10|18|Non-nullable instance field '_borderBottomWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4326|10|15|Non-nullable instance field '_borderCollapse' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4338|10|12|Non-nullable instance field '_borderColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4350|10|11|Non-nullable instance field '_borderLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4362|10|16|Non-nullable instance field '_borderLeftColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4374|10|16|Non-nullable instance field '_borderLeftStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4386|10|16|Non-nullable instance field '_borderLeftWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4398|10|12|Non-nullable instance field '_borderRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4410|10|17|Non-nullable instance field '_borderRightColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4422|10|17|Non-nullable instance field '_borderRightStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4434|10|17|Non-nullable instance field '_borderRightWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4446|10|14|Non-nullable instance field '_borderSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4458|10|12|Non-nullable instance field '_borderStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4470|10|10|Non-nullable instance field '_borderTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4482|10|15|Non-nullable instance field '_borderTopColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4494|10|15|Non-nullable instance field '_borderTopStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4506|10|15|Non-nullable instance field '_borderTopWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4518|10|12|Non-nullable instance field '_borderWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4530|10|7|Non-nullable instance field '_bottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4542|10|12|Non-nullable instance field '_captionSide' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4554|10|6|Non-nullable instance field '_clear' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4566|10|5|Non-nullable instance field '_clip' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4578|10|6|Non-nullable instance field '_color' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4590|10|8|Non-nullable instance field '_content' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4602|10|7|Non-nullable instance field '_cursor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4614|10|10|Non-nullable instance field '_direction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4626|10|8|Non-nullable instance field '_display' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4638|10|11|Non-nullable instance field '_emptyCells' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4650|10|5|Non-nullable instance field '_font' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4662|10|11|Non-nullable instance field '_fontFamily' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4674|10|9|Non-nullable instance field '_fontSize' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4686|10|10|Non-nullable instance field '_fontStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4698|10|12|Non-nullable instance field '_fontVariant' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4710|10|11|Non-nullable instance field '_fontWeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4722|10|7|Non-nullable instance field '_height' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4734|10|5|Non-nullable instance field '_left' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4746|10|14|Non-nullable instance field '_letterSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4758|10|11|Non-nullable instance field '_lineHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4770|10|10|Non-nullable instance field '_listStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4782|10|15|Non-nullable instance field '_listStyleImage' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4794|10|18|Non-nullable instance field '_listStylePosition' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4806|10|14|Non-nullable instance field '_listStyleType' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4818|10|7|Non-nullable instance field '_margin' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4830|10|13|Non-nullable instance field '_marginBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4842|10|11|Non-nullable instance field '_marginLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4854|10|12|Non-nullable instance field '_marginRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4866|10|10|Non-nullable instance field '_marginTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4878|10|10|Non-nullable instance field '_maxHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4890|10|9|Non-nullable instance field '_maxWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4902|10|10|Non-nullable instance field '_minHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4914|10|9|Non-nullable instance field '_minWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4926|10|8|Non-nullable instance field '_outline' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4938|10|13|Non-nullable instance field '_outlineColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4950|10|13|Non-nullable instance field '_outlineStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4962|10|13|Non-nullable instance field '_outlineWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4974|10|9|Non-nullable instance field '_overflow' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4986|10|8|Non-nullable instance field '_padding' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4998|10|14|Non-nullable instance field '_paddingBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5010|10|12|Non-nullable instance field '_paddingLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5022|10|13|Non-nullable instance field '_paddingRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5034|10|11|Non-nullable instance field '_paddingTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5046|10|15|Non-nullable instance field '_pageBreakAfter' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5058|10|16|Non-nullable instance field '_pageBreakBefore' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5070|10|16|Non-nullable instance field '_pageBreakInside' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5082|10|9|Non-nullable instance field '_position' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5094|10|7|Non-nullable instance field '_quotes' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5106|10|6|Non-nullable instance field '_right' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5118|10|12|Non-nullable instance field '_tableLayout' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5130|10|10|Non-nullable instance field '_textAlign' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5142|10|15|Non-nullable instance field '_textDecoration' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5154|10|11|Non-nullable instance field '_textIndent' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5166|10|14|Non-nullable instance field '_textTransform' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5178|10|4|Non-nullable instance field '_top' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5190|10|12|Non-nullable instance field '_unicodeBidi' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5202|10|14|Non-nullable instance field '_verticalAlign' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5214|10|11|Non-nullable instance field '_visibility' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5226|10|11|Non-nullable instance field '_whiteSpace' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5238|10|6|Non-nullable instance field '_width' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5250|10|12|Non-nullable instance field '_wordSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5262|10|7|Non-nullable instance field '_zIndex' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/io/io.dart|5589|12|8|Non-nullable instance field 'encoding' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/svg/dart2js/svg_dart2js.dart|4153|7|10|Non-nullable instance field 'zoomAndPan' must be initialized.
ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interceptors.dart|1654|28|1|The operator '&' isn't defined for the type 'JSInt'.
ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interceptors.dart|1656|27|1|The operator '&' isn't defined for the type 'JSInt'.
ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interceptors.dart|1659|17|1|The operator '&' isn't defined for the type 'JSInt'.
ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interceptors.dart|1664|18|1|The operator '&' isn't defined for the type 'JSInt'.
ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interceptors.dart|1664|44|1|The operator '&' isn't defined for the type 'JSInt'.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|20081|13|7|The final variable 'keyCode' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|20083|13|8|The final variable 'charCode' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|21655|17|9|The final variable '_get_data' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/indexed_db/dart2js/indexed_db_dart2js.dart|1304|23|6|The final variable 'target' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/web_gl/dart2js/web_gl_dart2js.dart|89|23|6|The final variable 'canvas' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/web_gl/dart2js/web_gl_dart2js.dart|92|25|15|The final variable 'offscreenCanvas' must be initialized.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|1476|39|5|The left operand can't be null, so the right operand is never executed.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|8384|60|5|The left operand can't be null, so the right operand is never executed.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|9311|54|5|The left operand can't be null, so the right operand is never executed.

View file

@ -22,154 +22,7 @@ ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/h
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|1541|8|14|Non-nullable instance field 'autoUncompress' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|171|8|12|Non-nullable instance field 'autoCompress' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/_http/http.dart|990|10|4|Non-nullable instance field 'name' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|17637|15|4|Non-nullable instance field 'body' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19492|10|7|Non-nullable instance field 'dirName' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19508|10|7|Non-nullable instance field 'dirName' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19568|10|12|Non-nullable instance field 'autocomplete' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19570|8|9|Non-nullable instance field 'autofocus' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19574|7|9|Non-nullable instance field 'maxLength' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19576|8|8|Non-nullable instance field 'multiple' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19578|10|7|Non-nullable instance field 'pattern' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19580|10|11|Non-nullable instance field 'placeholder' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19582|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19584|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19586|7|4|Non-nullable instance field 'size' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19633|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19635|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19637|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19654|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19656|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19658|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19675|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19677|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19679|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19696|12|11|Non-nullable instance field 'valueAsDate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19698|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19700|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19719|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19721|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19738|10|11|Non-nullable instance field 'placeholder' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19740|8|8|Non-nullable instance field 'readOnly' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19742|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19776|8|7|Non-nullable instance field 'checked' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19778|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19795|8|7|Non-nullable instance field 'checked' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19797|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19806|10|6|Non-nullable instance field 'accept' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19808|8|8|Non-nullable instance field 'multiple' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19810|8|8|Non-nullable instance field 'required' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19821|10|10|Non-nullable instance field 'formAction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19823|10|11|Non-nullable instance field 'formEnctype' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19825|10|10|Non-nullable instance field 'formMethod' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19827|8|14|Non-nullable instance field 'formNoValidate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19829|10|10|Non-nullable instance field 'formTarget' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19839|10|3|Non-nullable instance field 'alt' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19841|10|10|Non-nullable instance field 'formAction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19843|10|11|Non-nullable instance field 'formEnctype' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19845|10|10|Non-nullable instance field 'formMethod' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19847|8|14|Non-nullable instance field 'formNoValidate' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19849|10|10|Non-nullable instance field 'formTarget' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19851|7|6|Non-nullable instance field 'height' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19853|10|3|Non-nullable instance field 'src' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|19855|7|5|Non-nullable instance field 'width' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4194|10|11|Non-nullable instance field '_background' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4206|10|21|Non-nullable instance field '_backgroundAttachment' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4218|10|16|Non-nullable instance field '_backgroundColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4230|10|16|Non-nullable instance field '_backgroundImage' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4242|10|19|Non-nullable instance field '_backgroundPosition' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4254|10|17|Non-nullable instance field '_backgroundRepeat' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4266|10|7|Non-nullable instance field '_border' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4278|10|13|Non-nullable instance field '_borderBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4290|10|18|Non-nullable instance field '_borderBottomColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4302|10|18|Non-nullable instance field '_borderBottomStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4314|10|18|Non-nullable instance field '_borderBottomWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4326|10|15|Non-nullable instance field '_borderCollapse' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4338|10|12|Non-nullable instance field '_borderColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4350|10|11|Non-nullable instance field '_borderLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4362|10|16|Non-nullable instance field '_borderLeftColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4374|10|16|Non-nullable instance field '_borderLeftStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4386|10|16|Non-nullable instance field '_borderLeftWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4398|10|12|Non-nullable instance field '_borderRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4410|10|17|Non-nullable instance field '_borderRightColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4422|10|17|Non-nullable instance field '_borderRightStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4434|10|17|Non-nullable instance field '_borderRightWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4446|10|14|Non-nullable instance field '_borderSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4458|10|12|Non-nullable instance field '_borderStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4470|10|10|Non-nullable instance field '_borderTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4482|10|15|Non-nullable instance field '_borderTopColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4494|10|15|Non-nullable instance field '_borderTopStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4506|10|15|Non-nullable instance field '_borderTopWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4518|10|12|Non-nullable instance field '_borderWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4530|10|7|Non-nullable instance field '_bottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4542|10|12|Non-nullable instance field '_captionSide' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4554|10|6|Non-nullable instance field '_clear' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4566|10|5|Non-nullable instance field '_clip' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4578|10|6|Non-nullable instance field '_color' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4590|10|8|Non-nullable instance field '_content' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4602|10|7|Non-nullable instance field '_cursor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4614|10|10|Non-nullable instance field '_direction' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4626|10|8|Non-nullable instance field '_display' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4638|10|11|Non-nullable instance field '_emptyCells' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4650|10|5|Non-nullable instance field '_font' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4662|10|11|Non-nullable instance field '_fontFamily' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4674|10|9|Non-nullable instance field '_fontSize' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4686|10|10|Non-nullable instance field '_fontStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4698|10|12|Non-nullable instance field '_fontVariant' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4710|10|11|Non-nullable instance field '_fontWeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4722|10|7|Non-nullable instance field '_height' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4734|10|5|Non-nullable instance field '_left' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4746|10|14|Non-nullable instance field '_letterSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4758|10|11|Non-nullable instance field '_lineHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4770|10|10|Non-nullable instance field '_listStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4782|10|15|Non-nullable instance field '_listStyleImage' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4794|10|18|Non-nullable instance field '_listStylePosition' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4806|10|14|Non-nullable instance field '_listStyleType' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4818|10|7|Non-nullable instance field '_margin' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4830|10|13|Non-nullable instance field '_marginBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4842|10|11|Non-nullable instance field '_marginLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4854|10|12|Non-nullable instance field '_marginRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4866|10|10|Non-nullable instance field '_marginTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4878|10|10|Non-nullable instance field '_maxHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4890|10|9|Non-nullable instance field '_maxWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4902|10|10|Non-nullable instance field '_minHeight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4914|10|9|Non-nullable instance field '_minWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4926|10|8|Non-nullable instance field '_outline' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4938|10|13|Non-nullable instance field '_outlineColor' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4950|10|13|Non-nullable instance field '_outlineStyle' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4962|10|13|Non-nullable instance field '_outlineWidth' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4974|10|9|Non-nullable instance field '_overflow' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4986|10|8|Non-nullable instance field '_padding' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|4998|10|14|Non-nullable instance field '_paddingBottom' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5010|10|12|Non-nullable instance field '_paddingLeft' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5022|10|13|Non-nullable instance field '_paddingRight' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5034|10|11|Non-nullable instance field '_paddingTop' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5046|10|15|Non-nullable instance field '_pageBreakAfter' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5058|10|16|Non-nullable instance field '_pageBreakBefore' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5070|10|16|Non-nullable instance field '_pageBreakInside' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5082|10|9|Non-nullable instance field '_position' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5094|10|7|Non-nullable instance field '_quotes' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5106|10|6|Non-nullable instance field '_right' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5118|10|12|Non-nullable instance field '_tableLayout' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5130|10|10|Non-nullable instance field '_textAlign' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5142|10|15|Non-nullable instance field '_textDecoration' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5154|10|11|Non-nullable instance field '_textIndent' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5166|10|14|Non-nullable instance field '_textTransform' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5178|10|4|Non-nullable instance field '_top' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5190|10|12|Non-nullable instance field '_unicodeBidi' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5202|10|14|Non-nullable instance field '_verticalAlign' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5214|10|11|Non-nullable instance field '_visibility' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5226|10|11|Non-nullable instance field '_whiteSpace' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5238|10|6|Non-nullable instance field '_width' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5250|10|12|Non-nullable instance field '_wordSpacing' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/html/dart2js/html_dart2js.dart|5262|10|7|Non-nullable instance field '_zIndex' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/io/io.dart|5589|12|8|Non-nullable instance field 'encoding' must be initialized.
ERROR|COMPILE_TIME_ERROR|NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD|lib/svg/dart2js/svg_dart2js.dart|4153|7|10|Non-nullable instance field 'zoomAndPan' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|20081|13|7|The final variable 'keyCode' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|20083|13|8|The final variable 'charCode' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/html/dart2js/html_dart2js.dart|21655|17|9|The final variable '_get_data' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/indexed_db/dart2js/indexed_db_dart2js.dart|1304|23|6|The final variable 'target' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/web_gl/dart2js/web_gl_dart2js.dart|89|23|6|The final variable 'canvas' must be initialized.
ERROR|STATIC_WARNING|FINAL_NOT_INITIALIZED|lib/web_gl/dart2js/web_gl_dart2js.dart|92|25|15|The final variable 'offscreenCanvas' must be initialized.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|1476|39|5|The left operand can't be null, so the right operand is never executed.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|8384|60|5|The left operand can't be null, so the right operand is never executed.
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|9311|54|5|The left operand can't be null, so the right operand is never executed.

File diff suppressed because it is too large Load diff

View file

@ -1297,5 +1297,5 @@ class VersionChangeEvent extends Event {
int get oldVersion native;
@JSName('target')
final OpenDBRequest target;
OpenDBRequest get target native;
}

View file

@ -88,10 +88,10 @@ class Canvas extends Interceptor {
}
@JSName('canvas')
final CanvasElement canvas;
CanvasElement get canvas native;
@JSName('canvas')
final OffscreenCanvas offscreenCanvas;
OffscreenCanvas get offscreenCanvas native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file

File diff suppressed because it is too large Load diff

View file

@ -1295,5 +1295,5 @@ class VersionChangeEvent extends Event {
int get oldVersion native;
@JSName('target')
final OpenDBRequest target;
OpenDBRequest get target native;
}

View file

@ -3053,7 +3053,7 @@ class SvgElement extends Element implements GlobalEventHandlers, NoncedElement {
// We create a fragment which will parse in the HTML parser
var html = '<svg version="1.1">$svg</svg>';
var fragment =
document.body.createFragment(html, treeSanitizer: treeSanitizer);
document.body!.createFragment(html, treeSanitizer: treeSanitizer);
var svgFragment = new DocumentFragment();
// The root is the <svg/> element, need to pull out the contents.

View file

@ -86,10 +86,10 @@ class Canvas extends Interceptor {
}
@JSName('canvas')
final CanvasElement canvas;
CanvasElement get canvas native;
@JSName('canvas')
final OffscreenCanvas offscreenCanvas;
OffscreenCanvas get offscreenCanvas native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file

View file

@ -203,7 +203,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME $EXTENDS with
* Checks to see if CSS Transitions are supported.
*/
static bool get supportsTransitions {
return document.body.style.supportsProperty('transition');
return document.body$NULLASSERT.style.supportsProperty('transition');
}
$!MEMBERS
""")
@ -220,9 +220,12 @@ $!MEMBERS
}
@Returns('String')
@JSName('%s')
String _%s;
String get _%s native;
@JSName('%s')
set _%s(String value) native;
""" % (property, camelName, camelName, property, camelName, camelName,
camelName, camelName))
camelName, camelName, camelName, camelName))
class_file.write("""
}

View file

@ -63,9 +63,9 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
}
}
final int keyCode;
int get keyCode native;
final int charCode;
int get charCode native;
int get which => _which;
$!MEMBERS

View file

@ -105,7 +105,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME $EXTENDS with
* Checks to see if CSS Transitions are supported.
*/
static bool get supportsTransitions {
return document.body.style.supportsProperty('transition');
return document.body$NULLASSERT.style.supportsProperty('transition');
}
$!MEMBERS
@ -118,7 +118,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('background')
String _background;
String get _background native;
@JSName('background')
set _background(String value) native;
/** Gets the value of "background-attachment" */
String get backgroundAttachment => this._backgroundAttachment;
@ -129,7 +132,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('backgroundAttachment')
String _backgroundAttachment;
String get _backgroundAttachment native;
@JSName('backgroundAttachment')
set _backgroundAttachment(String value) native;
/** Gets the value of "background-color" */
String get backgroundColor => this._backgroundColor;
@ -140,7 +146,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('backgroundColor')
String _backgroundColor;
String get _backgroundColor native;
@JSName('backgroundColor')
set _backgroundColor(String value) native;
/** Gets the value of "background-image" */
String get backgroundImage => this._backgroundImage;
@ -151,7 +160,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('backgroundImage')
String _backgroundImage;
String get _backgroundImage native;
@JSName('backgroundImage')
set _backgroundImage(String value) native;
/** Gets the value of "background-position" */
String get backgroundPosition => this._backgroundPosition;
@ -162,7 +174,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('backgroundPosition')
String _backgroundPosition;
String get _backgroundPosition native;
@JSName('backgroundPosition')
set _backgroundPosition(String value) native;
/** Gets the value of "background-repeat" */
String get backgroundRepeat => this._backgroundRepeat;
@ -173,7 +188,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('backgroundRepeat')
String _backgroundRepeat;
String get _backgroundRepeat native;
@JSName('backgroundRepeat')
set _backgroundRepeat(String value) native;
/** Gets the value of "border" */
String get border => this._border;
@ -184,7 +202,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('border')
String _border;
String get _border native;
@JSName('border')
set _border(String value) native;
/** Gets the value of "border-bottom" */
String get borderBottom => this._borderBottom;
@ -195,7 +216,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderBottom')
String _borderBottom;
String get _borderBottom native;
@JSName('borderBottom')
set _borderBottom(String value) native;
/** Gets the value of "border-bottom-color" */
String get borderBottomColor => this._borderBottomColor;
@ -206,7 +230,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderBottomColor')
String _borderBottomColor;
String get _borderBottomColor native;
@JSName('borderBottomColor')
set _borderBottomColor(String value) native;
/** Gets the value of "border-bottom-style" */
String get borderBottomStyle => this._borderBottomStyle;
@ -217,7 +244,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderBottomStyle')
String _borderBottomStyle;
String get _borderBottomStyle native;
@JSName('borderBottomStyle')
set _borderBottomStyle(String value) native;
/** Gets the value of "border-bottom-width" */
String get borderBottomWidth => this._borderBottomWidth;
@ -228,7 +258,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderBottomWidth')
String _borderBottomWidth;
String get _borderBottomWidth native;
@JSName('borderBottomWidth')
set _borderBottomWidth(String value) native;
/** Gets the value of "border-collapse" */
String get borderCollapse => this._borderCollapse;
@ -239,7 +272,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderCollapse')
String _borderCollapse;
String get _borderCollapse native;
@JSName('borderCollapse')
set _borderCollapse(String value) native;
/** Gets the value of "border-color" */
String get borderColor => this._borderColor;
@ -250,7 +286,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderColor')
String _borderColor;
String get _borderColor native;
@JSName('borderColor')
set _borderColor(String value) native;
/** Gets the value of "border-left" */
String get borderLeft => this._borderLeft;
@ -261,7 +300,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderLeft')
String _borderLeft;
String get _borderLeft native;
@JSName('borderLeft')
set _borderLeft(String value) native;
/** Gets the value of "border-left-color" */
String get borderLeftColor => this._borderLeftColor;
@ -272,7 +314,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderLeftColor')
String _borderLeftColor;
String get _borderLeftColor native;
@JSName('borderLeftColor')
set _borderLeftColor(String value) native;
/** Gets the value of "border-left-style" */
String get borderLeftStyle => this._borderLeftStyle;
@ -283,7 +328,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderLeftStyle')
String _borderLeftStyle;
String get _borderLeftStyle native;
@JSName('borderLeftStyle')
set _borderLeftStyle(String value) native;
/** Gets the value of "border-left-width" */
String get borderLeftWidth => this._borderLeftWidth;
@ -294,7 +342,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderLeftWidth')
String _borderLeftWidth;
String get _borderLeftWidth native;
@JSName('borderLeftWidth')
set _borderLeftWidth(String value) native;
/** Gets the value of "border-right" */
String get borderRight => this._borderRight;
@ -305,7 +356,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderRight')
String _borderRight;
String get _borderRight native;
@JSName('borderRight')
set _borderRight(String value) native;
/** Gets the value of "border-right-color" */
String get borderRightColor => this._borderRightColor;
@ -316,7 +370,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderRightColor')
String _borderRightColor;
String get _borderRightColor native;
@JSName('borderRightColor')
set _borderRightColor(String value) native;
/** Gets the value of "border-right-style" */
String get borderRightStyle => this._borderRightStyle;
@ -327,7 +384,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderRightStyle')
String _borderRightStyle;
String get _borderRightStyle native;
@JSName('borderRightStyle')
set _borderRightStyle(String value) native;
/** Gets the value of "border-right-width" */
String get borderRightWidth => this._borderRightWidth;
@ -338,7 +398,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderRightWidth')
String _borderRightWidth;
String get _borderRightWidth native;
@JSName('borderRightWidth')
set _borderRightWidth(String value) native;
/** Gets the value of "border-spacing" */
String get borderSpacing => this._borderSpacing;
@ -349,7 +412,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderSpacing')
String _borderSpacing;
String get _borderSpacing native;
@JSName('borderSpacing')
set _borderSpacing(String value) native;
/** Gets the value of "border-style" */
String get borderStyle => this._borderStyle;
@ -360,7 +426,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderStyle')
String _borderStyle;
String get _borderStyle native;
@JSName('borderStyle')
set _borderStyle(String value) native;
/** Gets the value of "border-top" */
String get borderTop => this._borderTop;
@ -371,7 +440,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderTop')
String _borderTop;
String get _borderTop native;
@JSName('borderTop')
set _borderTop(String value) native;
/** Gets the value of "border-top-color" */
String get borderTopColor => this._borderTopColor;
@ -382,7 +454,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderTopColor')
String _borderTopColor;
String get _borderTopColor native;
@JSName('borderTopColor')
set _borderTopColor(String value) native;
/** Gets the value of "border-top-style" */
String get borderTopStyle => this._borderTopStyle;
@ -393,7 +468,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderTopStyle')
String _borderTopStyle;
String get _borderTopStyle native;
@JSName('borderTopStyle')
set _borderTopStyle(String value) native;
/** Gets the value of "border-top-width" */
String get borderTopWidth => this._borderTopWidth;
@ -404,7 +482,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderTopWidth')
String _borderTopWidth;
String get _borderTopWidth native;
@JSName('borderTopWidth')
set _borderTopWidth(String value) native;
/** Gets the value of "border-width" */
String get borderWidth => this._borderWidth;
@ -415,7 +496,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('borderWidth')
String _borderWidth;
String get _borderWidth native;
@JSName('borderWidth')
set _borderWidth(String value) native;
/** Gets the value of "bottom" */
String get bottom => this._bottom;
@ -426,7 +510,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('bottom')
String _bottom;
String get _bottom native;
@JSName('bottom')
set _bottom(String value) native;
/** Gets the value of "caption-side" */
String get captionSide => this._captionSide;
@ -437,7 +524,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('captionSide')
String _captionSide;
String get _captionSide native;
@JSName('captionSide')
set _captionSide(String value) native;
/** Gets the value of "clear" */
String get clear => this._clear;
@ -448,7 +538,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('clear')
String _clear;
String get _clear native;
@JSName('clear')
set _clear(String value) native;
/** Gets the value of "clip" */
String get clip => this._clip;
@ -459,7 +552,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('clip')
String _clip;
String get _clip native;
@JSName('clip')
set _clip(String value) native;
/** Gets the value of "color" */
String get color => this._color;
@ -470,7 +566,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('color')
String _color;
String get _color native;
@JSName('color')
set _color(String value) native;
/** Gets the value of "content" */
String get content => this._content;
@ -481,7 +580,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('content')
String _content;
String get _content native;
@JSName('content')
set _content(String value) native;
/** Gets the value of "cursor" */
String get cursor => this._cursor;
@ -492,7 +594,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('cursor')
String _cursor;
String get _cursor native;
@JSName('cursor')
set _cursor(String value) native;
/** Gets the value of "direction" */
String get direction => this._direction;
@ -503,7 +608,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('direction')
String _direction;
String get _direction native;
@JSName('direction')
set _direction(String value) native;
/** Gets the value of "display" */
String get display => this._display;
@ -514,7 +622,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('display')
String _display;
String get _display native;
@JSName('display')
set _display(String value) native;
/** Gets the value of "empty-cells" */
String get emptyCells => this._emptyCells;
@ -525,7 +636,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('emptyCells')
String _emptyCells;
String get _emptyCells native;
@JSName('emptyCells')
set _emptyCells(String value) native;
/** Gets the value of "font" */
String get font => this._font;
@ -536,7 +650,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('font')
String _font;
String get _font native;
@JSName('font')
set _font(String value) native;
/** Gets the value of "font-family" */
String get fontFamily => this._fontFamily;
@ -547,7 +664,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('fontFamily')
String _fontFamily;
String get _fontFamily native;
@JSName('fontFamily')
set _fontFamily(String value) native;
/** Gets the value of "font-size" */
String get fontSize => this._fontSize;
@ -558,7 +678,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('fontSize')
String _fontSize;
String get _fontSize native;
@JSName('fontSize')
set _fontSize(String value) native;
/** Gets the value of "font-style" */
String get fontStyle => this._fontStyle;
@ -569,7 +692,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('fontStyle')
String _fontStyle;
String get _fontStyle native;
@JSName('fontStyle')
set _fontStyle(String value) native;
/** Gets the value of "font-variant" */
String get fontVariant => this._fontVariant;
@ -580,7 +706,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('fontVariant')
String _fontVariant;
String get _fontVariant native;
@JSName('fontVariant')
set _fontVariant(String value) native;
/** Gets the value of "font-weight" */
String get fontWeight => this._fontWeight;
@ -591,7 +720,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('fontWeight')
String _fontWeight;
String get _fontWeight native;
@JSName('fontWeight')
set _fontWeight(String value) native;
/** Gets the value of "height" */
String get height => this._height;
@ -602,7 +734,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('height')
String _height;
String get _height native;
@JSName('height')
set _height(String value) native;
/** Gets the value of "left" */
String get left => this._left;
@ -613,7 +748,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('left')
String _left;
String get _left native;
@JSName('left')
set _left(String value) native;
/** Gets the value of "letter-spacing" */
String get letterSpacing => this._letterSpacing;
@ -624,7 +762,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('letterSpacing')
String _letterSpacing;
String get _letterSpacing native;
@JSName('letterSpacing')
set _letterSpacing(String value) native;
/** Gets the value of "line-height" */
String get lineHeight => this._lineHeight;
@ -635,7 +776,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('lineHeight')
String _lineHeight;
String get _lineHeight native;
@JSName('lineHeight')
set _lineHeight(String value) native;
/** Gets the value of "list-style" */
String get listStyle => this._listStyle;
@ -646,7 +790,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('listStyle')
String _listStyle;
String get _listStyle native;
@JSName('listStyle')
set _listStyle(String value) native;
/** Gets the value of "list-style-image" */
String get listStyleImage => this._listStyleImage;
@ -657,7 +804,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('listStyleImage')
String _listStyleImage;
String get _listStyleImage native;
@JSName('listStyleImage')
set _listStyleImage(String value) native;
/** Gets the value of "list-style-position" */
String get listStylePosition => this._listStylePosition;
@ -668,7 +818,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('listStylePosition')
String _listStylePosition;
String get _listStylePosition native;
@JSName('listStylePosition')
set _listStylePosition(String value) native;
/** Gets the value of "list-style-type" */
String get listStyleType => this._listStyleType;
@ -679,7 +832,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('listStyleType')
String _listStyleType;
String get _listStyleType native;
@JSName('listStyleType')
set _listStyleType(String value) native;
/** Gets the value of "margin" */
String get margin => this._margin;
@ -690,7 +846,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('margin')
String _margin;
String get _margin native;
@JSName('margin')
set _margin(String value) native;
/** Gets the value of "margin-bottom" */
String get marginBottom => this._marginBottom;
@ -701,7 +860,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('marginBottom')
String _marginBottom;
String get _marginBottom native;
@JSName('marginBottom')
set _marginBottom(String value) native;
/** Gets the value of "margin-left" */
String get marginLeft => this._marginLeft;
@ -712,7 +874,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('marginLeft')
String _marginLeft;
String get _marginLeft native;
@JSName('marginLeft')
set _marginLeft(String value) native;
/** Gets the value of "margin-right" */
String get marginRight => this._marginRight;
@ -723,7 +888,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('marginRight')
String _marginRight;
String get _marginRight native;
@JSName('marginRight')
set _marginRight(String value) native;
/** Gets the value of "margin-top" */
String get marginTop => this._marginTop;
@ -734,7 +902,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('marginTop')
String _marginTop;
String get _marginTop native;
@JSName('marginTop')
set _marginTop(String value) native;
/** Gets the value of "max-height" */
String get maxHeight => this._maxHeight;
@ -745,7 +916,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('maxHeight')
String _maxHeight;
String get _maxHeight native;
@JSName('maxHeight')
set _maxHeight(String value) native;
/** Gets the value of "max-width" */
String get maxWidth => this._maxWidth;
@ -756,7 +930,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('maxWidth')
String _maxWidth;
String get _maxWidth native;
@JSName('maxWidth')
set _maxWidth(String value) native;
/** Gets the value of "min-height" */
String get minHeight => this._minHeight;
@ -767,7 +944,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('minHeight')
String _minHeight;
String get _minHeight native;
@JSName('minHeight')
set _minHeight(String value) native;
/** Gets the value of "min-width" */
String get minWidth => this._minWidth;
@ -778,7 +958,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('minWidth')
String _minWidth;
String get _minWidth native;
@JSName('minWidth')
set _minWidth(String value) native;
/** Gets the value of "outline" */
String get outline => this._outline;
@ -789,7 +972,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('outline')
String _outline;
String get _outline native;
@JSName('outline')
set _outline(String value) native;
/** Gets the value of "outline-color" */
String get outlineColor => this._outlineColor;
@ -800,7 +986,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('outlineColor')
String _outlineColor;
String get _outlineColor native;
@JSName('outlineColor')
set _outlineColor(String value) native;
/** Gets the value of "outline-style" */
String get outlineStyle => this._outlineStyle;
@ -811,7 +1000,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('outlineStyle')
String _outlineStyle;
String get _outlineStyle native;
@JSName('outlineStyle')
set _outlineStyle(String value) native;
/** Gets the value of "outline-width" */
String get outlineWidth => this._outlineWidth;
@ -822,7 +1014,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('outlineWidth')
String _outlineWidth;
String get _outlineWidth native;
@JSName('outlineWidth')
set _outlineWidth(String value) native;
/** Gets the value of "overflow" */
String get overflow => this._overflow;
@ -833,7 +1028,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('overflow')
String _overflow;
String get _overflow native;
@JSName('overflow')
set _overflow(String value) native;
/** Gets the value of "padding" */
String get padding => this._padding;
@ -844,7 +1042,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('padding')
String _padding;
String get _padding native;
@JSName('padding')
set _padding(String value) native;
/** Gets the value of "padding-bottom" */
String get paddingBottom => this._paddingBottom;
@ -855,7 +1056,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('paddingBottom')
String _paddingBottom;
String get _paddingBottom native;
@JSName('paddingBottom')
set _paddingBottom(String value) native;
/** Gets the value of "padding-left" */
String get paddingLeft => this._paddingLeft;
@ -866,7 +1070,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('paddingLeft')
String _paddingLeft;
String get _paddingLeft native;
@JSName('paddingLeft')
set _paddingLeft(String value) native;
/** Gets the value of "padding-right" */
String get paddingRight => this._paddingRight;
@ -877,7 +1084,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('paddingRight')
String _paddingRight;
String get _paddingRight native;
@JSName('paddingRight')
set _paddingRight(String value) native;
/** Gets the value of "padding-top" */
String get paddingTop => this._paddingTop;
@ -888,7 +1098,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('paddingTop')
String _paddingTop;
String get _paddingTop native;
@JSName('paddingTop')
set _paddingTop(String value) native;
/** Gets the value of "page-break-after" */
String get pageBreakAfter => this._pageBreakAfter;
@ -899,7 +1112,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('pageBreakAfter')
String _pageBreakAfter;
String get _pageBreakAfter native;
@JSName('pageBreakAfter')
set _pageBreakAfter(String value) native;
/** Gets the value of "page-break-before" */
String get pageBreakBefore => this._pageBreakBefore;
@ -910,7 +1126,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('pageBreakBefore')
String _pageBreakBefore;
String get _pageBreakBefore native;
@JSName('pageBreakBefore')
set _pageBreakBefore(String value) native;
/** Gets the value of "page-break-inside" */
String get pageBreakInside => this._pageBreakInside;
@ -921,7 +1140,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('pageBreakInside')
String _pageBreakInside;
String get _pageBreakInside native;
@JSName('pageBreakInside')
set _pageBreakInside(String value) native;
/** Gets the value of "position" */
String get position => this._position;
@ -932,7 +1154,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('position')
String _position;
String get _position native;
@JSName('position')
set _position(String value) native;
/** Gets the value of "quotes" */
String get quotes => this._quotes;
@ -943,7 +1168,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('quotes')
String _quotes;
String get _quotes native;
@JSName('quotes')
set _quotes(String value) native;
/** Gets the value of "right" */
String get right => this._right;
@ -954,7 +1182,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('right')
String _right;
String get _right native;
@JSName('right')
set _right(String value) native;
/** Gets the value of "table-layout" */
String get tableLayout => this._tableLayout;
@ -965,7 +1196,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('tableLayout')
String _tableLayout;
String get _tableLayout native;
@JSName('tableLayout')
set _tableLayout(String value) native;
/** Gets the value of "text-align" */
String get textAlign => this._textAlign;
@ -976,7 +1210,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('textAlign')
String _textAlign;
String get _textAlign native;
@JSName('textAlign')
set _textAlign(String value) native;
/** Gets the value of "text-decoration" */
String get textDecoration => this._textDecoration;
@ -987,7 +1224,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('textDecoration')
String _textDecoration;
String get _textDecoration native;
@JSName('textDecoration')
set _textDecoration(String value) native;
/** Gets the value of "text-indent" */
String get textIndent => this._textIndent;
@ -998,7 +1238,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('textIndent')
String _textIndent;
String get _textIndent native;
@JSName('textIndent')
set _textIndent(String value) native;
/** Gets the value of "text-transform" */
String get textTransform => this._textTransform;
@ -1009,7 +1252,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('textTransform')
String _textTransform;
String get _textTransform native;
@JSName('textTransform')
set _textTransform(String value) native;
/** Gets the value of "top" */
String get top => this._top;
@ -1020,7 +1266,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('top')
String _top;
String get _top native;
@JSName('top')
set _top(String value) native;
/** Gets the value of "unicode-bidi" */
String get unicodeBidi => this._unicodeBidi;
@ -1031,7 +1280,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('unicodeBidi')
String _unicodeBidi;
String get _unicodeBidi native;
@JSName('unicodeBidi')
set _unicodeBidi(String value) native;
/** Gets the value of "vertical-align" */
String get verticalAlign => this._verticalAlign;
@ -1042,7 +1294,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('verticalAlign')
String _verticalAlign;
String get _verticalAlign native;
@JSName('verticalAlign')
set _verticalAlign(String value) native;
/** Gets the value of "visibility" */
String get visibility => this._visibility;
@ -1053,7 +1308,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('visibility')
String _visibility;
String get _visibility native;
@JSName('visibility')
set _visibility(String value) native;
/** Gets the value of "white-space" */
String get whiteSpace => this._whiteSpace;
@ -1064,7 +1322,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('whiteSpace')
String _whiteSpace;
String get _whiteSpace native;
@JSName('whiteSpace')
set _whiteSpace(String value) native;
/** Gets the value of "width" */
String get width => this._width;
@ -1075,7 +1336,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('width')
String _width;
String get _width native;
@JSName('width')
set _width(String value) native;
/** Gets the value of "word-spacing" */
String get wordSpacing => this._wordSpacing;
@ -1086,7 +1350,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('wordSpacing')
String _wordSpacing;
String get _wordSpacing native;
@JSName('wordSpacing')
set _wordSpacing(String value) native;
/** Gets the value of "z-index" */
String get zIndex => this._zIndex;
@ -1097,7 +1364,10 @@ $!MEMBERS
}
@Returns('String')
@JSName('zIndex')
String _zIndex;
String get _zIndex native;
@JSName('zIndex')
set _zIndex(String value) native;
}

View file

@ -11,7 +11,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
{NodeValidator$NULLABLE validator,
NodeTreeSanitizer$NULLABLE treeSanitizer}) {
return document.body.createFragment(html,
return document.body$NULLASSERT.createFragment(html,
validator: validator, treeSanitizer: treeSanitizer);
}
@ -75,7 +75,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
NodeTreeSanitizer$NULLABLE treeSanitizer}) {
this.nodes.clear();
append(document.body.createFragment(
append(document.body$NULLASSERT.createFragment(
html, validator: validator, treeSanitizer: treeSanitizer));
}

View file

@ -348,8 +348,8 @@ $(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS {
factory Element.html(String html,
{NodeValidator$NULLABLE validator,
NodeTreeSanitizer$NULLABLE treeSanitizer}) {
var fragment = document.body.createFragment(html, validator: validator,
treeSanitizer: treeSanitizer);
var fragment = document.body$NULLASSERT.createFragment(html,
validator: validator, treeSanitizer: treeSanitizer);
return fragment.nodes.where((e) => e is Element).single $#NULLSAFECAST(as Element);
}
@ -1336,10 +1336,10 @@ $(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS {
var contextElement;
if (this is BodyElement) {
contextElement = _parseDocument$NULLASSERT.body;
contextElement = _parseDocument$NULLASSERT.body$NULLASSERT;
} else {
contextElement = _parseDocument$NULLASSERT.createElement(tagName);
_parseDocument$NULLASSERT.body.append(contextElement);
_parseDocument$NULLASSERT.body$NULLASSERT.append(contextElement);
}
var fragment;
if (Range.supportsCreateContextualFragment &&

View file

@ -9,7 +9,8 @@ part of $LIBRARYNAME;
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
$!MEMBERS
BodyElement body;
BodyElement$NULLABLE get body native;
set body(BodyElement$NULLABLE value) native;
/// UNSTABLE: Chrome-only - create a Range from the given point.
@Unstable()

View file

@ -170,7 +170,8 @@ $endif
abstract class SearchInputElement implements TextInputElementBase {
factory SearchInputElement() => new InputElement(type: 'search');
String dirName;
String get dirName;
set dirName(String value);
Element$NULLABLE get list;
@ -186,7 +187,8 @@ abstract class SearchInputElement implements TextInputElementBase {
abstract class TextInputElement implements TextInputElementBase {
factory TextInputElement() => new InputElement(type: 'text');
String dirName;
String get dirName;
set dirName(String value);
Element$NULLABLE get list;
}
@ -246,25 +248,34 @@ abstract class TelephoneInputElement implements TextInputElementBase {
abstract class EmailInputElement implements TextInputElementBase {
factory EmailInputElement() => new InputElement(type: 'email');
String autocomplete;
String get autocomplete;
set autocomplete(String value);
bool autofocus;
bool get autofocus;
set autofocus(bool value);
Element$NULLABLE get list;
int maxLength;
int get maxLength;
set maxLength(int value);
bool multiple;
bool get multiple;
set multiple(bool value);
String pattern;
String get pattern;
set pattern(String value);
String placeholder;
String get placeholder;
set placeholder(String value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
int size;
int get size;
set size(int value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -322,11 +333,14 @@ $endif
abstract class DateInputElement implements RangeInputElementBase {
factory DateInputElement() => new InputElement(type: 'date');
DateTime valueAsDate;
DateTime get valueAsDate;
set valueAsDate(DateTime value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -343,11 +357,14 @@ abstract class DateInputElement implements RangeInputElementBase {
abstract class MonthInputElement implements RangeInputElementBase {
factory MonthInputElement() => new InputElement(type: 'month');
DateTime valueAsDate;
DateTime get valueAsDate;
set valueAsDate(DateTime value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -364,11 +381,14 @@ abstract class MonthInputElement implements RangeInputElementBase {
abstract class WeekInputElement implements RangeInputElementBase {
factory WeekInputElement() => new InputElement(type: 'week');
DateTime valueAsDate;
DateTime get valueAsDate;
set valueAsDate(DateTime value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -385,11 +405,14 @@ abstract class WeekInputElement implements RangeInputElementBase {
abstract class TimeInputElement implements RangeInputElementBase {
factory TimeInputElement() => new InputElement(type: 'time');
DateTime valueAsDate;
DateTime get valueAsDate;
set valueAsDate(DateTime value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -408,9 +431,11 @@ abstract class LocalDateTimeInputElement implements RangeInputElementBase {
factory LocalDateTimeInputElement() =>
new InputElement(type: 'datetime-local');
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -427,11 +452,14 @@ abstract class LocalDateTimeInputElement implements RangeInputElementBase {
abstract class NumberInputElement implements RangeInputElementBase {
factory NumberInputElement() => new InputElement(type: 'number');
String placeholder;
String get placeholder;
set placeholder(String value);
bool readOnly;
bool get readOnly;
set readOnly(bool value);
bool required;
bool get required;
set required(bool value);
/// Returns true if this input type is supported on the current platform.
static bool get supported {
@ -465,9 +493,11 @@ abstract class RangeInputElement implements RangeInputElementBase {
abstract class CheckboxInputElement implements InputElementBase {
factory CheckboxInputElement() => new InputElement(type: 'checkbox');
bool checked;
bool get checked;
set checked(bool value);
bool required;
bool get required;
set required(bool value);
}
@ -485,9 +515,11 @@ abstract class CheckboxInputElement implements InputElementBase {
abstract class RadioButtonInputElement implements InputElementBase {
factory RadioButtonInputElement() => new InputElement(type: 'radio');
bool checked;
bool get checked;
set checked(bool value);
bool required;
bool get required;
set required(bool value);
}
/**
@ -496,11 +528,14 @@ abstract class RadioButtonInputElement implements InputElementBase {
abstract class FileUploadInputElement implements InputElementBase {
factory FileUploadInputElement() => new InputElement(type: 'file');
String accept;
String get accept;
set accept(String value);
bool multiple;
bool get multiple;
set multiple(bool value);
bool required;
bool get required;
set required(bool value);
List<File>$NULLABLE files;
}
@ -511,15 +546,20 @@ abstract class FileUploadInputElement implements InputElementBase {
abstract class SubmitButtonInputElement implements InputElementBase {
factory SubmitButtonInputElement() => new InputElement(type: 'submit');
String formAction;
String get formAction;
set formAction(String value);
String formEnctype;
String get formEnctype;
set formEnctype(String value);
String formMethod;
String get formMethod;
set formMethod(String value);
bool formNoValidate;
bool get formNoValidate;
set formNoValidate(bool value);
String formTarget;
String get formTarget;
set formTarget(String value);
}
/**
@ -529,23 +569,32 @@ abstract class SubmitButtonInputElement implements InputElementBase {
abstract class ImageButtonInputElement implements InputElementBase {
factory ImageButtonInputElement() => new InputElement(type: 'image');
String alt;
String get alt;
set alt(String value);
String formAction;
String get formAction;
set formAction(String value);
String formEnctype;
String get formEnctype;
set formEnctype(String value);
String formMethod;
String get formMethod;
set formMethod(String value);
bool formNoValidate;
bool get formNoValidate;
set formNoValidate(bool value);
String formTarget;
String get formTarget;
set formTarget(String value);
int height;
int get height;
set height(int value);
String src;
String get src;
set src(String value);
int width;
int get width;
set width(int value);
}
/**

View file

@ -7,6 +7,6 @@ part of $LIBRARYNAME;
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
$!MEMBERS
@JSName('target')
final OpenDBRequest target;
OpenDBRequest get target native;
}

View file

@ -35,7 +35,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
@JSName('data')
@annotation_Creates_SerializedScriptValue
@annotation_Returns_SerializedScriptValue
final dynamic _get_data;
dynamic get _get_data native;
$!MEMBERS
}

View file

@ -100,7 +100,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
// We create a fragment which will parse in the HTML parser
var html = '<svg version="1.1">$svg</svg>';
var fragment = document.body.createFragment(html,
var fragment = document.body$NULLASSERT.createFragment(html,
treeSanitizer: treeSanitizer);
var svgFragment = new DocumentFragment();

View file

@ -18,7 +18,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
@JSName('data')
@annotation_Creates_SerializedScriptValue
@annotation_Returns_SerializedScriptValue
final dynamic _get_data;
dynamic get _get_data native;
$!MEMBERS
}

View file

@ -8,9 +8,9 @@ $(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS {
$!MEMBERS
@JSName('canvas')
final CanvasElement canvas;
CanvasElement get canvas native;
@JSName('canvas')
final OffscreenCanvas offscreenCanvas;
OffscreenCanvas get offscreenCanvas native;
}