getExamplesFormatted method

List<String> getExamplesFormatted()

Returns the flag example values as formatted strings. If the examples are empty an empty list is returned.

Implementation

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