-
Michael R Fairhurst authored
Using a void list literal in this case is valid and correct, and will be required for dart 2. Note: void can be inferred here, but followed the lints to write it explicitly even though that's arguably a bit weird in this case and less backwards compatible.
51158c91