examples property

List? get examples
inherited

A list of example values for the schema.

Implementation

dynamic get example;/// A list of example values for the schema.
List<dynamic>? get examples;