getExamplesFormatted method

List<String> getExamplesFormatted()

Returns formatted string representations of all examples.

Implementation

List<String> getExamplesFormatted() =>
    examples.map<String>((example) => format(example)).toList();