examples property
List
get
examples
List of example instances for the JsonSchema.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-7.4
Implementation
List get examples =>
defaultValue != null ? ([..._examples, defaultValue]) : _examples;