examples property

List get examples

Implementation

List get examples =>
    defaultValue != null ? ([..._examples, defaultValue]) : _examples;