examples property

List<Example>? examples
getter/setter pair

List of examples in the app.

Optional.

Implementation

core.List<Example>? examples;