Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 542 Bytes

Function parameters and super-initializer samples

This sample demonstrates Dart's function parameters capabilities, including named parameters, optional parameters, and the ability to have named arguments anywhere in the argument list.

As well, the sample demonstrates super-initializer parameters.

These features are part of Dart 2.17. The programs in this folder won't compile in earlier versions.

Instructions

Read the source code in the lib/ directory. The code is split into separate files according to topics or use cases.