Chris Bracken
1340970bab
Assert in place of ArgumentError for null checks ( #5612 )
...
For consistency with the rest of dart:ui, check required parameters with
assert(param != null) rather than throwing ArgumentError. ArgumentError
is typically reserved for checking the validity of non-null args -- e.g.
that a list has the required number of elements.
2018-06-25 16:33:33 -07:00
..
2018-04-23 20:16:01 -07:00
2018-06-13 11:57:10 -07:00
2018-06-21 18:05:54 -07:00
2018-05-21 17:44:23 -07:00
2018-06-25 13:23:46 -07:00
2018-06-19 14:24:19 -07:00
2018-06-14 16:13:56 -07:00
2018-04-18 12:42:16 -07:00
2018-06-08 15:26:29 -07:00
2018-04-23 15:02:19 -07:00
2018-06-13 11:57:10 -07:00
2018-06-13 11:57:10 -07:00
2017-09-11 15:58:48 -07:00
2018-05-30 16:06:05 -07:00
2017-05-04 22:42:04 -07:00
2018-05-30 16:06:05 -07:00
2018-06-25 16:33:33 -07:00
2018-01-17 09:48:56 -08:00
2018-06-10 12:47:14 -04:00
2018-06-24 14:18:22 -07:00
2018-03-09 13:11:21 -08:00
2018-05-30 16:06:05 -07:00
2018-06-10 00:21:18 -04:00
2018-06-13 11:57:10 -07:00
2018-06-13 11:57:10 -07:00
2018-06-13 11:57:10 -07:00
2018-05-30 16:06:05 -07:00