defaultConfig property

  1. @override
ConfigDefaults get defaultConfig
override

Default configuration (values + documentation) contributed by this provider.

Implementation

@override
ConfigDefaults get defaultConfig =>
    ConfigDefaults(docs: spec.docs(), schemas: spec.schemaWithRoot());