defaultConfig property
Default configuration (values + documentation) contributed by this provider.
Implementation
@override
ConfigDefaults get defaultConfig => ConfigDefaults(
docs: [
...spec.docs(),
const ConfigDocEntry(
path: 'storage.disks.*.driver',
type: 'string',
description: 'Storage backend for this disk.',
optionsBuilder: StorageServiceProvider.availableDriverNames,
),
...StorageServiceProvider.driverDocumentation(),
],
values: spec.defaultsWithRoot(),
schemas: spec.schemaWithRoot(),
);