examples property

Map<String, Example>? get examples
inherited

Examples of the header's potential value.

Implementation

dynamic get example;/// Examples of the header's potential value.
Map<String, Example>? get examples;